the main plugins and dependencies have been added

This commit is contained in:
Александр Ебаклаков
2026-03-21 22:34:12 +03:00
parent c0a1fa6273
commit ce6e025d0e
8 changed files with 2909 additions and 23 deletions

View File

@@ -2,7 +2,8 @@
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"cli": {
"packageManager": "npm"
"packageManager": "npm",
"schematicCollections": ["angular-eslint"]
},
"newProjectRoot": "projects",
"projects": {
@@ -24,9 +25,7 @@
"input": "public"
}
],
"styles": [
"src/styles.css"
]
"styles": ["src/styles.css"]
},
"configurations": {
"production": {
@@ -66,6 +65,12 @@
},
"test": {
"builder": "@angular/build:unit-test"
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
}
}
}
}