Skip to content

Commit

Permalink
Update eslint to 7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 21, 2020
1 parent 4a0e8b0 commit e1fa03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -31,6 +31,8 @@ Feross's [GitHub Sponsors page](https://github.com/users/feross/sponsorship).
- Node.js 8 is EOL and will no longer be receiving security updates.
- To prevent breaking CI for projects which still support Node 8, `standard` silently passes when run by an unsupported version of Node.

- Update `eslint` from `~6.8.0` to `~7.11.0`

### Changed features

TODO
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/standard/standard/issues"
},
"dependencies": {
"eslint": "~7.0.0",
"eslint": "~7.11.0",
"eslint-config-standard": "14.1.1",
"eslint-config-standard-jsx": "8.1.0",
"eslint-plugin-import": "~2.20.2",
Expand Down

0 comments on commit e1fa03e

Please sign in to comment.