diff options
Diffstat (limited to 'examples/with-gatsby/packages/eslint-config-custom/react.js')
| -rw-r--r-- | examples/with-gatsby/packages/eslint-config-custom/react.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/with-gatsby/packages/eslint-config-custom/react.js b/examples/with-gatsby/packages/eslint-config-custom/react.js deleted file mode 100644 index 0307bf6..0000000 --- a/examples/with-gatsby/packages/eslint-config-custom/react.js +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - extends: ["react-app", "turbo", "prettier"], - rules: { - "@next/next/no-html-link-for-pages": "off", - }, - parserOptions: { - babelOptions: { - presets: [require.resolve("next/babel")], - }, - }, -}; |
