Skip to content

Commit 71b37a9

Browse files
committed
Support ESLint 8 officially.
1 parent 30a8bac commit 71b37a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version](https://img.shields.io/npm/v/eslint-plugin-solid)](https://npmjs.com/packages/eslint-plugin-solid)
44
[![GitHub package version](https://img.shields.io/github/package-json/v/joshwilsonvu/eslint-plugin-solid)](https://github.com/joshwilsonvu/eslint-plugin-solid)
55
[![CI](https://github.com/joshwilsonvu/eslint-plugin-solid/actions/workflows/ci.yml/badge.svg)](https://github.com/joshwilsonvu/eslint-plugin-solid/actions/workflows/ci.yml)
6-
![ESLint peer dependency](https://img.shields.io/badge/eslint-6.x--7.x-blue)
6+
![ESLint peer dependency](https://img.shields.io/badge/eslint-6.x--8.x-blue)
77

88
This package contains [Solid](https://www.solidjs.com/)-specific linting rules for ESLint.
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"typescript": "^4.3.5"
6666
},
6767
"peerDependencies": {
68-
"eslint": "6.x-7.x"
68+
"eslint": "6.x-8.x"
6969
},
7070
"lint-staged": {
7171
"*.ts": [

0 commit comments

Comments
 (0)