remove 'project' option from default .eslintrc configs

This commit is contained in:
Alexander T
2019-08-16 11:56:51 +03:00
parent 4c30a6027b
commit d532bf6dcb
3 changed files with 5 additions and 13 deletions

View File

@@ -1,11 +1,3 @@
{
"extends": "../.eslintrc.json",
"parserOptions": {
"tsconfigRootDir": "scripts",
"project": [
"./importDefinitelyTypedTests/tsconfig.json",
"./eslint/tsconfig.json",
"./tsconfig.eslint.json"
]
}
"extends": "../.eslintrc.json"
}