mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
remove 'project' option from default .eslintrc configs
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
{
|
||||
"extends": "../.eslintrc.json",
|
||||
"parserOptions": {
|
||||
"tsconfigRootDir": "scripts",
|
||||
"project": [
|
||||
"./importDefinitelyTypedTests/tsconfig.json",
|
||||
"./eslint/tsconfig.json",
|
||||
"./tsconfig.eslint.json"
|
||||
]
|
||||
}
|
||||
"extends": "../.eslintrc.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user