Skip to content

Commit

Permalink
fix: eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Mar 26, 2024
1 parent 9f52564 commit 653b92f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 0 additions & 11 deletions next/.eslintrc

This file was deleted.

12 changes: 12 additions & 0 deletions next/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
extends: ["next/core-web-vitals", "@osn", "../.eslintrc.js"],
parserOptions: {
babelOptions: {
presets: [require.resolve("next/babel")],
},
},
rules: {
"@next/next/no-img-element": "off",
"jsx-a11y/alt-text": "off",
},
};

0 comments on commit 653b92f

Please sign in to comment.