style: Configure and run eslint
This commit is contained in:
parent
19ab3933d6
commit
372449cd04
5 changed files with 335 additions and 21 deletions
|
@ -82,11 +82,24 @@
|
|||
],
|
||||
"scripts": []
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"builder": "@angular-eslint/builder:lint",
|
||||
"options": {
|
||||
"lintFilePatterns": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.html"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cli": {
|
||||
"analytics": "33c8483f-3876-4eb5-9c9b-1001cab9b273"
|
||||
"analytics": "33c8483f-3876-4eb5-9c9b-1001cab9b273",
|
||||
"packageManager": "bun",
|
||||
"schematicCollections": [
|
||||
"angular-eslint"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue