Explorar el Código

modify eslint base rules for app

Yuki Takei hace 3 años
padre
commit
1d5557d80b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      packages/app/.eslintrc.js

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

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