Skip to content

Commit

Permalink
♻️ chore
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Feb 14, 2024
1 parent 7ffdf24 commit c186de0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion interface/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,21 @@ module.exports = tseslint.config(
plugins: {
"@typescript-eslint": tseslint.plugin,
"@next/next": next,
"react": react,
react: react,
"react-hooks": hooks,
},
rules: {
...next.configs.recommended.rules,
...react.configs["jsx-runtime"].rules,
...hooks.configs.recommended.rules,
},
languageOptions: {
ecmaVersion: "latest",
parser: tseslint.parser,
parserOptions: {
project: true,
},
},
},
{
ignores: ["node_modules/**", ".next/**", "next-env.d.ts", "dist/**"],
Expand Down

0 comments on commit c186de0

Please sign in to comment.