Skip to content

Commit

Permalink
Update workspace configs
Browse files Browse the repository at this point in the history
  • Loading branch information
noobnooc committed Mar 20, 2024
1 parent 1d08557 commit 6fcc72e
Show file tree
Hide file tree
Showing 4 changed files with 8,187 additions and 4,208 deletions.
10 changes: 9 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"extends": "next/core-web-vitals"
"extends": [
"next/core-web-vitals",
"prettier",
"plugin:next-on-pages/recommended"
],
"plugins": ["next-on-pages"],
"rules": {
"next-on-pages/no-unsupported-configs": "warn"
}
}
Loading

0 comments on commit 6fcc72e

Please sign in to comment.