@fluidframework/gitresources
Advanced tools
Comparing version 0.1015.0 to 0.1016.0-11198
@@ -8,5 +8,5 @@ /*! | ||
"extends": [ | ||
"@fluidframework/eslint-config-fluid" | ||
"@fluidframework/eslint-config-fluid/eslint7" | ||
], | ||
"rules": {} | ||
} | ||
} |
{ | ||
"name": "@fluidframework/gitresources", | ||
"version": "0.1015.0", | ||
"version": "0.1016.0-11198", | ||
"description": "Git resource definitions for Fluid services", | ||
@@ -17,3 +17,3 @@ "homepage": "https://fluidframework.com", | ||
"clean": "rimraf dist *.tsbuildinfo *.build.log", | ||
"eslint": "eslint --ext=ts,tsx --format stylish src", | ||
"eslint": "eslint --format stylish src", | ||
"eslint:fix": "eslint --ext=ts,tsx --format stylish src --fix", | ||
@@ -28,14 +28,13 @@ "lint": "npm run eslint", | ||
"@fluidframework/build-common": "^0.19.2", | ||
"@fluidframework/eslint-config-fluid": "^0.19.1", | ||
"@typescript-eslint/eslint-plugin": "~2.17.0", | ||
"@typescript-eslint/parser": "~2.17.0", | ||
"@fluidframework/eslint-config-fluid": "^0.21.0", | ||
"@typescript-eslint/eslint-plugin": "~4.2.0", | ||
"@typescript-eslint/parser": "~4.2.0", | ||
"concurrently": "^5.2.0", | ||
"eslint": "~6.8.0", | ||
"eslint-plugin-eslint-comments": "~3.1.2", | ||
"eslint-plugin-import": "2.20.0", | ||
"eslint": "~7.9.0", | ||
"eslint-plugin-eslint-comments": "~3.2.0", | ||
"eslint-plugin-import": "~2.22.0", | ||
"eslint-plugin-no-null": "~1.0.2", | ||
"eslint-plugin-optimize-regex": "~1.1.7", | ||
"eslint-plugin-prefer-arrow": "~1.1.7", | ||
"eslint-plugin-react": "~7.18.0", | ||
"eslint-plugin-unicorn": "~15.0.1", | ||
"eslint-plugin-prefer-arrow": "~1.2.2", | ||
"eslint-plugin-react": "~7.21.2", | ||
"eslint-plugin-unicorn": "~22.0.0", | ||
"rimraf": "^2.6.2", | ||
@@ -42,0 +41,0 @@ "typescript": "~3.8.2", |
15
477
21191