diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b8f7522a7..58878a03e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,12 +28,8 @@ jobs: matrix: node: [18, 20] os: [ubuntu-latest] - eslint: [8] + eslint: [8, 9] include: - # On next ESLint version - - eslint: ^9.0.0-0 - node: 20 - os: ubuntu-latest # On old Node version - eslint: 8 node: 17 diff --git a/package.json b/package.json index 0655f9606..6c1283506 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "node": "^14.17.0 || >=16.0.0" }, "peerDependencies": { - "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0" + "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" }, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", diff --git a/tests/lib/rules/custom-event-name-casing.js b/tests/lib/rules/custom-event-name-casing.js index 0d441243a..76f9156fd 100644 --- a/tests/lib/rules/custom-event-name-casing.js +++ b/tests/lib/rules/custom-event-name-casing.js @@ -575,37 +575,6 @@ tester.run('custom-event-name-casing', rule, { ] }, // kebab-case - { - filename: 'test.vue', - code: ` - - - `, - options: ['kebab-case'], - errors: [ - "Custom event name 'fooBar' must be kebab-case.", - "Custom event name 'barBaz' must be kebab-case.", - "Custom event name 'bazQux' must be kebab-case." - ] - }, { filename: 'test.vue', code: `