Skip to content

Commit

Permalink
chore: update ESLint configuration to warn on prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Nov 21, 2024
1 parent 7c8345b commit 2e60222
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"next/core-web-vitals",
"next/typescript",
"plugin:prettier/recommended"
]
}
],
"rules": {
"prettier/prettier": "warn"
}
}

0 comments on commit 2e60222

Please sign in to comment.