Преглед на файлове

remove .eslintrc.js because migrate-mongo will handle

Yuki Takei преди 1 година
родител
ревизия
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/',
-      ],
-    }],
-  },
-};