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

add weseek/react eslint rules

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

+ 1 - 0
apps/app/.eslintrc.js

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