mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-23 01:36:09 +01:00
refactor: mograte to ESLint
This commit is contained in:
parent
94baa67600
commit
c29797c6ee
5 changed files with 5143 additions and 1569 deletions
12
angular.json
12
angular.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue