Skip to content

Commit 7670549

Browse files
committed
deploy issues
1 parent ad664b4 commit 7670549

68 files changed

Lines changed: 7172 additions & 4777 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"namedChunks": true
6868
}
6969
},
70-
"defaultConfiguration": "production"
70+
"defaultConfiguration": "development"
7171
},
7272
"serve": {
7373
"builder": "@angular-devkit/build-angular:dev-server",

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ module.exports = defineConfig([
4343
],
4444
rules: {
4545
"@angular-eslint/template/click-events-have-key-events": "off",
46-
"@angular-eslint/template/interactive-supports-focus": "warn",
46+
"@angular-eslint/template/interactive-supports-focus": "off",
47+
"@angular-eslint/template/label-has-associated-control": "off",
4748
},
4849
},
4950
]);

0 commit comments

Comments
 (0)