Skip to content

Commit

Permalink
chore: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Apr 3, 2024
1 parent 1cb84d2 commit d34c9b3
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 58 deletions.
14 changes: 13 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
{
"extends": "next/core-web-vitals"
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parserOptions": {
"project": ["./tsconfig.json"],
"sourceType": "module"
},
"ignorePatterns": [
"postcss.config.js",
"tailwind.config.ts",
"next.config.js"
]
}
Loading

0 comments on commit d34c9b3

Please sign in to comment.