diff --git a/.eslintrc.js b/.eslintrc.js index 94a8f704e72..0536a49192e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,7 +48,7 @@ module.exports = { }, }, { - files: ['@vates/**/*.{ts}', '@xen-orchestra/{web-core,lite,web}/**/*.{vue,ts}'], + files: ['@xen-orchestra/{web-core,lite,web}/**/*.{vue,ts}'], parser: 'vue-eslint-parser', parserOptions: { sourceType: 'module', @@ -79,10 +79,6 @@ module.exports = { XO_LITE_GIT_HEAD: true, }, rules: { - // allow "use strict" - strict: 'off', - // allow "require" - '@typescript-eslint/no-var-requires': 'off', 'import/order': [ 'error', {