Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Add highlights for v5.1.0 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Jul 8, 2018
1 parent 1d543e1 commit 1be7011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _posts/2018-07-08-eslint-v5.1.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ tags:
We just pushed ESLint v5.1.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.


## Highlights



* The [`no-catch-shadow`](/docs/rules/no-catch-shadow) rule has been deprecated in favor of [`no-shadow`](/docs/rules/no-shadow).



Expand Down
2 changes: 1 addition & 1 deletion js/app/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -57289,7 +57289,7 @@ arguments[4][49][0].apply(exports,arguments)
},{"./support/isBuffer":109,"_process":103,"dup":49,"inherits":87}],111:[function(require,module,exports){
module.exports={
"name": "eslint",
"version": "5.0.1",
"version": "5.1.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 1be7011

Please sign in to comment.