Skip to content

Commit

Permalink
Remove prettier config for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
noobnooc committed Oct 11, 2024
1 parent 72dfbc5 commit dc89620
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"extends": [
"next/core-web-vitals",
"prettier",
"plugin:next-on-pages/recommended"
],
"extends": ["next/core-web-vitals", "plugin:next-on-pages/recommended"],
"plugins": ["next-on-pages"],
"rules": {
"next-on-pages/no-unsupported-configs": "warn"
Expand Down

0 comments on commit dc89620

Please sign in to comment.