Browse Source

update .eslintrc.js

Yuki Takei 1 năm trước cách đây
mục cha
commit
b4e6efd22e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      apps/app/src/pages/.eslintrc.js

+ 2 - 0
apps/app/src/pages/.eslintrc.js

@@ -8,6 +8,8 @@ module.exports = {
         '~/client/',
         '../components/',
         '~/components/',
+        '~/stores/',
+        'stores/',
       ],
     }],
   },