Skip to content

Commit

Permalink
Update: Add ESLint 6+ peer dependency to generated plugin template (#84)
Browse files Browse the repository at this point in the history
ESLint 6 released 2019-06
ESLint 7 released 2020-05
ESLint 8 coming soon
  • Loading branch information
bmish committed Jul 2, 2021
1 parent 087a0e1 commit 3098c58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/templates/_package.json
Expand Up @@ -22,5 +22,8 @@
"engines": {
"node": ">=0.10.0"
},
"peerDependencies": {
"eslint": ">=6"
},
"license": "ISC"
}

0 comments on commit 3098c58

Please sign in to comment.