Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/tsconfig.eslint.json')
| -rw-r--r-- | editors/code/tsconfig.eslint.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/editors/code/tsconfig.eslint.json b/editors/code/tsconfig.eslint.json index 9eddf27986..5e2b33ca39 100644 --- a/editors/code/tsconfig.eslint.json +++ b/editors/code/tsconfig.eslint.json @@ -1,11 +1,11 @@ // Special typescript project file, used by eslint only. { - "extends": "./tsconfig.json", - "include": [ - // repeated from base config's "include" setting - "src", - "tests", - // these are the eslint-only inclusions - ".eslintrc.js", - ] + "extends": "./tsconfig.json", + "include": [ + // repeated from base config's "include" setting + "src", + "tests", + // these are the eslint-only inclusions + ".eslintrc.js" + ] } |