refactor: mograte to ESLint

This commit is contained in:
Sergey Andrievskiy 2021-12-02 22:03:35 +03:00
parent 94baa67600
commit c29797c6ee
5 changed files with 5143 additions and 1569 deletions

View file

@ -146,6 +146,15 @@
}
]
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
},
@ -173,5 +182,8 @@
"@schematics/angular:directive": {
"prefix": "ngx"
}
},
"cli": {
"defaultCollection": "@angular-eslint/schematics"
}
}