Skip to content

Commit

Permalink
Changes after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-m-dev committed Sep 16, 2024
1 parent 1d36d80 commit 2ce2386
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
{
Expand Down

0 comments on commit 2ce2386

Please sign in to comment.