Skip to content

Commit

Permalink
2.0.0: Upgrade to eslint 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Apr 15, 2016
1 parent 71f5d0d commit a3a0b2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ See [here](https://github.com/AfterShip/eslint-config-aftership/blob/master/why-

### X.Y.Z

X for the eslint major version

Y for adding rules/options (more strict)

Z for removing rules/options (more loose)
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-aftership",
"description": "AfterShip ESLint config (modified from Airbnb)",
"version": "1.11.1",
"version": "2.0.0",
"homepage": "https://github.com/AfterShip/eslint-config-aftership",
"author": {
"name": "AfterShip",
Expand All @@ -22,17 +22,18 @@
"lint": "eslint ."
},
"dependencies": {
"eslint-config-airbnb": "5.0.1",
"eslint-config-airbnb": "7.0.0",
"lodash": "^4.0.0"
},
"devDependencies": {
"eslint": "^2.7.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0"
},
"keywords": [
"aftership",
"eslint"
],
"license": "MIT",
"private": false,
"devDependencies": {
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.16.1"
}
"private": false
}

0 comments on commit a3a0b2a

Please sign in to comment.