Skip to content

Commit

Permalink
change eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightTheBackpack committed Nov 26, 2024
1 parent d4457b8 commit f6e60de
Showing 1 changed file with 9 additions and 1 deletion.
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", "next/typescript"]
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
// your custom rules
}
}

0 comments on commit f6e60de

Please sign in to comment.