aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-08 17:22:31 +0000
committerMohamedBassem <me@mbassem.com>2024-02-08 17:22:31 +0000
commitbae1bccbd8029db4bacbd8ecc9f668e7119016c8 (patch)
tree157b71c6009e3b38a3a94c0cc7d9dda190b72d56 /.eslintrc.json
parent80bb8a108f29331cdb2f2695f6801beee104dc89 (diff)
downloadkarakeep-bae1bccbd8029db4bacbd8ecc9f668e7119016c8.tar.zst
Migrating away from bun to yarn
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
deleted file mode 100644
index 38293435..00000000
--- a/.eslintrc.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "extends": [
- "next/core-web-vitals",
- "eslint:recommended",
- "plugin:react/recommended",
- "plugin:react-hooks/recommended",
- "plugin:@next/next/recommended",
- "next",
- "prettier"
- ],
- "ignorePatterns": ["postcss.config.js"],
- "rules": {
- "no-redeclare": "off",
- "@next/next/no-html-link-for-pages": "off",
- "no-undef": "off",
- "react/jsx-no-undef": "off",
- "no-unused-vars": [
- "error",
- {
- "varsIgnorePattern": "^_",
- "argsIgnorePattern": "^_"
- }
- ]
- }
-}