diff options
Diffstat (limited to 'examples/with-npm/packages/eslint-config-custom/index.js')
| -rw-r--r-- | examples/with-npm/packages/eslint-config-custom/index.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/with-npm/packages/eslint-config-custom/index.js b/examples/with-npm/packages/eslint-config-custom/index.js new file mode 100644 index 0000000..6024e8d --- /dev/null +++ b/examples/with-npm/packages/eslint-config-custom/index.js @@ -0,0 +1,6 @@ +module.exports = { + extends: ["next", "turbo", "prettier"], + rules: { + "@next/next/no-html-link-for-pages": "off", + }, +}; |
