Skip to content

Commit

Permalink
feat(upgrade): adding support for eslint v6
Browse files Browse the repository at this point in the history
  • Loading branch information
sviat9440 committed Jul 10, 2022
1 parent 882599d commit d549fe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
eslint:
- "eslint@8"
- "eslint@7"
- "eslint@6"
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## ❗️Requirements

- [ESLint](https://eslint.org/) `>= 7`
- [ESLint](https://eslint.org/) `>= 6`
- [Node.js](https://nodejs.org/) `>= 12`

## 🚀 Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"snake-case": "^3.0.3"
},
"peerDependencies": {
"eslint": "^7 || ^8"
"eslint": "^6 || ^7 || ^8"
},
"changelog": {
"repo": "NullVoxPopuli/eslint-plugin-decorator-position",
Expand Down

0 comments on commit d549fe1

Please sign in to comment.