Skip to content

Commit 3636cab

Browse files
committed
chore: disable stylistic lint rules
1 parent 965cd71 commit 3636cab

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"extends": [
1515
"eslint:recommended",
1616
"plugin:@typescript-eslint/strict-type-checked",
17-
"plugin:@typescript-eslint/stylistic-type-checked",
1817
"plugin:@angular-eslint/recommended",
1918
"plugin:@angular-eslint/template/process-inline-templates",
20-
"plugin:deprecation/recommended"
19+
"plugin:deprecation/recommended",
20+
"prettier"
2121
],
2222
"rules": {
2323
"@typescript-eslint/no-extraneous-class": "off",

package-lock.json

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"cpy-cli": "^5.0.0",
4949
"dayjs": "^1.11.7",
5050
"eslint": "^8.39.0",
51+
"eslint-config-prettier": "^8.9.0",
5152
"eslint-plugin-deprecation": "^1.5.0",
5253
"jasmine-core": "~5.1.0",
5354
"karma": "~6.4.0",

0 commit comments

Comments
 (0)