fix/ ng lint with eslint
This commit is contained in:
@@ -6,7 +6,16 @@
|
||||
"baseUrl": "",
|
||||
"types": []
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
|
||||
],
|
||||
"exclude": [
|
||||
"**/*.spec.ts"
|
||||
]
|
||||
],
|
||||
"angularCompilerOptions": {
|
||||
"fullTemplateTypeCheck": true,
|
||||
"strictInjectionParameters": true,
|
||||
"preserveWhitespaces": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user