diff --git a/eslint.config.mjs b/eslint.config.mjs index ad4eefa539..752cfd10d2 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -20,9 +20,7 @@ export default [ // thousands of errors, for this reason, they have been marked as WARN 'prettier/prettier': 'error', - 'prefer-const': 'warn', 'prefer-rest-params': 'warn', - 'no-var': 'warn', '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/no-unused-vars': 'warn', '@typescript-eslint/no-unused-expressions': 'warn', diff --git a/spec/helpers/helper.js b/spec/helpers/helper.js index 2959b39fc7..f7fa134b17 100644 --- a/spec/helpers/helper.js +++ b/spec/helpers/helper.js @@ -1,6 +1,3 @@ -/* eslint-disable no-undef */ -/* eslint-disable no-unused-vars */ - const KEYMAP = { '27': 'Escape', '32': 'Space', diff --git a/spec/tests/cards/cardsSpec.js b/spec/tests/cards/cardsSpec.js index 138f395ede..474bf383dd 100644 --- a/spec/tests/cards/cardsSpec.js +++ b/spec/tests/cards/cardsSpec.js @@ -1,5 +1,3 @@ -/* eslint-disable no-undef */ - describe('Cards', () => { const fixture = `
diff --git a/spec/tests/carousel/carouselSpec.js b/spec/tests/carousel/carouselSpec.js index f430ab6f96..46b5425d70 100644 --- a/spec/tests/carousel/carouselSpec.js +++ b/spec/tests/carousel/carouselSpec.js @@ -1,5 +1,3 @@ -/* eslint-disable no-undef */ - describe('Carousel', () => { const fixture = `