Improve eslint

This commit is contained in:
Peter Maquiran
2021-07-08 16:17:37 +01:00
parent 7bd87bd725
commit e6aad67d5c
2 changed files with 1 additions and 11 deletions
+1 -5
View File
@@ -19,9 +19,5 @@
"angularCompilerOptions": { "angularCompilerOptions": {
"fullTemplateTypeCheck": true, "fullTemplateTypeCheck": true,
"strictInjectionParameters": true "strictInjectionParameters": true
}, }
"include": [
"src/app/home/home.page.ts",
"src/app/services/notifications.service.ts"
]
} }
-6
View File
@@ -1,11 +1,5 @@
{ {
"extends": "tslint:recommended", "extends": "tslint:recommended",
"linterOptions": {
"exclude": [
"src/app/home/home.page.ts",
"src/app/services/notifications.service.ts"
]
},
"rules": { "rules": {
"align": { "align": {
"options": [ "options": [