felia/packages/eslint-config-custom/index.js

8 lines
156 B
JavaScript
Raw Permalink Normal View History

2022-11-15 17:03:19 +00:00
module.exports = {
extends: ["next", "turbo", "prettier"],
rules: {
"@next/next/no-html-link-for-pages": "off",
"react/jsx-key": "off",
},
};