Преглед изворни кода

modify eslint base rules for app

Yuki Takei пре 3 година
родитељ
комит
1d5557d80b
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      packages/app/.eslintrc.js

+ 1 - 2
packages/app/.eslintrc.js

@@ -1,7 +1,6 @@
 module.exports = {
   extends: [
-    'weseek/react',
-    'weseek/typescript',
+    'next/core-web-vitals',
   ],
   plugins: [
     'regex',