Remove specs + eslind on front

This commit is contained in:
2023-01-06 11:55:01 +01:00
parent 0daf0c582a
commit 42006caaf2
28 changed files with 2953 additions and 185 deletions

View File

@@ -109,11 +109,23 @@
],
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"cli": {
"analytics": "9583f9e0-88e2-44e8-bc34-c8c6a9fddedd"
"analytics": "9583f9e0-88e2-44e8-bc34-c8c6a9fddedd",
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}