Просмотр исходного кода

remove .eslintrc.js because migrate-mongo will handle

Yuki Takei 1 год назад
Родитель
Сommit
93c21f347d
1 измененных файлов с 0 добавлено и 12 удалено
  1. 0 12
      apps/app/src/migrations/.eslintrc.js

+ 0 - 12
apps/app/src/migrations/.eslintrc.js

@@ -1,12 +0,0 @@
-module.exports = {
-  extends: '../../.eslintrc.js',
-  rules: {
-    // restrict importing from client/ and components/ directories
-    'no-restricted-imports': ['error', {
-      patterns: [
-        '~/client/',
-        'client/',
-      ],
-    }],
-  },
-};