Skip to content

Commit f6797f8

Browse files
committed
breaking: drop support for versions less than eslint v8
1 parent b6b1d43 commit f6797f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [ubuntu-latest]
57-
eslint: [5, 6, 7, 8, ^9.0.0-0]
57+
eslint: [8, ^9.0.0-0]
5858
node: [20]
5959
steps:
6060
- name: Checkout

docs/started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ npm install --save-dev eslint @intlify/eslint-plugin-vue-i18n
1010

1111
::: tip Requirements
1212

13-
- ESLint v5.0.0 or later
13+
- ESLint v8.0.0 or later
1414
- Node.js v18.x or later
1515

1616
:::

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"vue-github-button": "^3.1.0"
123123
},
124124
"peerDependencies": {
125-
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0-0"
125+
"eslint": "^8.0.0 || ^9.0.0-0"
126126
},
127127
"publishConfig": {
128128
"access": "public"

0 commit comments

Comments
 (0)