Skip to content

Commit

Permalink
Update eslint and find-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Alf Bjørn Hustoft committed Dec 15, 2017
1 parent f6a033a commit 0c0ee2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v.2.2.0 (13.12.2017)
* Updated versions of eslint and eslint-find-rules

## v.2.1.0 (09.11.2017)
* Added "import/named"-rule
* Added "import/default"-rule
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-ffe-base",
"version": "2.1.0",
"version": "2.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"author": "Sparebank 1",
"license": "",
"peerDependencies": {
"eslint": "^2.0.0 || ^3.0.0",
"eslint": "^2.0.0 || ^3.0.0 || ^4.0.0",
"eslint-plugin-import": "^1.10.1 || ^2.0.1"
},
"files": [
Expand All @@ -25,8 +25,8 @@
"registry": "***REMOVED***"
},
"devDependencies": {
"eslint": "^3.0.0",
"eslint-find-rules": "^1.11.0",
"eslint": "^4.0.0",
"eslint-find-rules": "^3.1.1",
"eslint-plugin-import": "^2.0.1"
}
}

0 comments on commit 0c0ee2d

Please sign in to comment.