@fluidframework/gitresources
Advanced tools
Comparing version 0.1035.0-47346 to 0.1035.0-52022
@@ -8,5 +8,5 @@ /*! | ||
"extends": [ | ||
"@fluidframework/eslint-config-fluid/eslint7" | ||
"@fluidframework/eslint-config-fluid" | ||
], | ||
"rules": {} | ||
} |
{ | ||
"name": "@fluidframework/gitresources", | ||
"version": "0.1035.0-47346", | ||
"version": "0.1035.0-52022", | ||
"description": "Git resource definitions for Fluid services", | ||
@@ -18,3 +18,3 @@ "homepage": "https://fluidframework.com", | ||
"eslint": "eslint --format stylish src", | ||
"eslint:fix": "eslint --format stylish src --fix", | ||
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", | ||
"lint": "npm run eslint", | ||
@@ -28,13 +28,14 @@ "lint:fix": "npm run eslint:fix", | ||
"@fluidframework/build-common": "^0.23.0", | ||
"@fluidframework/eslint-config-fluid": "^0.24.0", | ||
"@typescript-eslint/eslint-plugin": "~4.14.0", | ||
"@typescript-eslint/parser": "~4.14.0", | ||
"@fluidframework/eslint-config-fluid": "^0.26.0-0", | ||
"@rushstack/eslint-config": "^2.5.1", | ||
"@typescript-eslint/eslint-plugin": "~5.9.0", | ||
"@typescript-eslint/parser": "~5.9.0", | ||
"concurrently": "^6.2.0", | ||
"eslint": "~7.18.0", | ||
"eslint": "~8.6.0", | ||
"eslint-plugin-editorconfig": "~3.2.0", | ||
"eslint-plugin-eslint-comments": "~3.2.0", | ||
"eslint-plugin-import": "~2.22.1", | ||
"eslint-plugin-import": "~2.25.4", | ||
"eslint-plugin-no-null": "~1.0.2", | ||
"eslint-plugin-prefer-arrow": "~1.2.2", | ||
"eslint-plugin-react": "~7.22.0", | ||
"eslint-plugin-unicorn": "~26.0.1", | ||
"eslint-plugin-react": "~7.28.0", | ||
"eslint-plugin-unicorn": "~40.0.0", | ||
"rimraf": "^2.6.2", | ||
@@ -41,0 +42,0 @@ "typescript": "~4.1.3", |
@@ -100,3 +100,3 @@ /*! | ||
// The encoding of the content. | ||
encoding: "utf-8" |"base64"; | ||
encoding: "utf-8" | "base64"; | ||
} | ||
@@ -103,0 +103,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22152
16