Skip to content

Commit

Permalink
fix: add extends eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Mar 5, 2024
1 parent 5c41032 commit 6f6df0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"root": true,
"ignorePatterns": ["**/*"],
"plugins": ["@nx"],
"extends": ["@code-pushup"],
"extends": [
"@code-pushup",
"@code-pushup/eslint-config/typescript",
"@code-pushup/eslint-config/node",
"@code-pushup/eslint-config/jest"
],
"settings": {
"import/resolver": {
"typescript": {
Expand Down

0 comments on commit 6f6df0c

Please sign in to comment.