Skip to content

Commit

Permalink
chore: upgrade eslint and eslint-config-airbnb. closes #15
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade to eslint v5 and eslint-config-airbnb v17
  • Loading branch information
Rob McGuinness committed Sep 5, 2018
1 parent 65584cc commit 4d5422b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@
"eslint-config-prettier": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^6.1.3",
"@commitlint/config-conventional": "^6.1.3",
"babel-eslint": "^8.0.1",
"conventional-changelog-cli": "^1.3.4",
"conventional-recommended-bump": "^2.0.9",
"eslint": "^4.0.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-config-prettier": "^2.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.0.0",
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"babel-eslint": "^9.0.0",
"conventional-changelog-cli": "^2.0.5",
"conventional-recommended-bump": "^4.0.1",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.11.1",
"husky": "^0.14.3",
"is-plain-obj": "1.1.0",
"lint-staged": "^7.0.4",
"lint-staged": "^7.2.2",
"lodash.find": "^4.6.0",
"prettier": "^1.9.1",
"tape": "^4.6.3",
"prettier": "^1.14.2",
"tape": "^4.9.1",
"temp-write": "^3.3.0"
},
"prettier": {
Expand Down

0 comments on commit 4d5422b

Please sign in to comment.