Skip to content

Commit

Permalink
Update linters (#94)
Browse files Browse the repository at this point in the history
* Update eslint-typescript

* Update lint-staged

* Update husky

* Update husky

* Update husky
  • Loading branch information
safo6m authored Jan 13, 2025
1 parent 1b94c4f commit 4ce1ba7
Show file tree
Hide file tree
Showing 5 changed files with 2,895 additions and 3,470 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
"projects/ngx-form-object-sample-app/tsconfig.(app|spec).json"
]
},
"extends": [
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates",
"@infinumjs/eslint-config-angular-ts"
],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "@infinumjs/eslint-config-angular-ts"],
"rules": {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/naming-convention": "off",
Expand Down
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm test
4 changes: 4 additions & 0 deletions husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# .husky/pre-commit

npm run lint
lint-staged
Loading

0 comments on commit 4ce1ba7

Please sign in to comment.