Skip to content

Commit

Permalink
fix: ESLint config unified in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Oct 20, 2024
1 parent 338ab63 commit 7d0ee56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions front/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ parserOptions:
extends:
- next/core-web-vitals
- next/typescript
- plugin:storybook/recommended

plugins:
- perfectionist
Expand Down
7 changes: 1 addition & 6 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,5 @@
"typescript": "^5.6.3",
"webpack": "^5.95.0"
},
"packageManager": "[email protected]",
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
"packageManager": "[email protected]"
}

0 comments on commit 7d0ee56

Please sign in to comment.