Skip to content

Commit

Permalink
Support ESLint 8 officially.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Dec 11, 2021
1 parent 30a8bac commit 71b37a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![npm version](https://img.shields.io/npm/v/eslint-plugin-solid)](https://npmjs.com/packages/eslint-plugin-solid)
[![GitHub package version](https://img.shields.io/github/package-json/v/joshwilsonvu/eslint-plugin-solid)](https://github.com/joshwilsonvu/eslint-plugin-solid)
[![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)
![ESLint peer dependency](https://img.shields.io/badge/eslint-6.x--7.x-blue)
![ESLint peer dependency](https://img.shields.io/badge/eslint-6.x--8.x-blue)

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "^4.3.5"
},
"peerDependencies": {
"eslint": "6.x-7.x"
"eslint": "6.x-8.x"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 71b37a9

Please sign in to comment.