Skip to content

Commit

Permalink
style: re-add @bynary/eslint-config/angular
Browse files Browse the repository at this point in the history
  • Loading branch information
homj committed Dec 4, 2024
1 parent 0286ae8 commit a7a9e58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"root": true,
"ignorePatterns": ["**/*"],
"plugins": ["@nx"],
"extends": ["@bynary/eslint-config/angular"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@angular/cli": "19.0.2",
"@angular/compiler-cli": "19.0.1",
"@angular/language-service": "19.0.1",
"@bynary/eslint-config": "^0.1.0",
"@bynary/eslint-config": "^0.2.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/config-nx-scopes": "^19.3.1",
Expand Down

0 comments on commit a7a9e58

Please sign in to comment.