mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Improve eslint
This commit is contained in:
+1
-5
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user