Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Bump eslint to ^5 (#23)
Browse files Browse the repository at this point in the history
Eslint v5 is now current, also fixes some issues related to airbnb configs.
  • Loading branch information
maerics authored and shvaikalesh committed Feb 16, 2019
1 parent 9ad8064 commit fb2a771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "eslint-brunch",
"version": "3.12.0",
"version": "3.13.0",
"description": "Adds ESLint support to Brunch.",
"author": "Aurélien David <[email protected]>",
"homepage": "https://github.com/brunch/eslint-brunch",
"repository": "brunch/eslint-brunch",
"dependencies": {
"eslint": "^4"
"eslint": "^5"
}
}

0 comments on commit fb2a771

Please sign in to comment.