ref/ keep only 1 eslint config

This commit is contained in:
Maxime GRIS
2020-06-20 20:09:10 +02:00
parent a98a84a9e6
commit e942747202
5 changed files with 62 additions and 75 deletions

View File

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