eslint-migration

This commit is contained in:
Yuri Cherepanov
2019-11-18 00:26:58 +02:00
parent 632c454056
commit 7637f45963
8 changed files with 52 additions and 9 deletions

6
src/eslintrc.config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "../eslintrc.json",
"parserOptions": {
"project": ["src/tsconfig.app.json", "src/tsconfig.spec.json"]
}
}