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,8 +0,0 @@
{
"extends": "../.eslintrc.json",
"parserOptions": {
"project": [
"e2e/tsconfig.e2e.json"
]
}
}

View File

@@ -8,6 +8,6 @@
]
},
"include": [
"**/*.ts"
"e2e/**/*.ts"
]
}