version bump would make the lock file out of date.

This commit is contained in:
2026-08-26 06:18:09 +00:00
parent 141f82f832
commit c534aaffa3
3 changed files with 14 additions and 6 deletions
+11 -4
View File
@@ -32,7 +32,9 @@
"input": "public"
}
],
"styles": ["src/styles.sass"]
"styles": [
"src/styles.sass"
]
},
"configurations": {
"production": {
@@ -79,14 +81,19 @@
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"cli": {
"schematicCollections": ["@angular-eslint/schematics"],
"schematicCollections": [
"@angular-eslint/schematics"
],
"analytics": false
},
"schematics": {
@@ -115,4 +122,4 @@
"typeSeparator": "."
}
}
}
}