Skip to content

Commit

Permalink
Fix linting misconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 19, 2024
1 parent 9107172 commit c5b837a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/browser/test-app/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
// ESLint dependencies are resolved in the root package.
extends: ["@inrupt/eslint-config-react", "next/core-web-vitals"],
extends: ["next/core-web-vitals"],
rules: {
"react/jsx-filename-extension": [1, { extensions: [".tsx"] }],
},
Expand Down

0 comments on commit c5b837a

Please sign in to comment.