Skip to content

Commit

Permalink
Swap out deprecated entry point for Airbnb base config.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkwu committed Nov 6, 2016
1 parent 996620d commit 9cd2482
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "airbnb/base",
"extends": "airbnb-base",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"env": {
"env": {
"es6": true,
"browser": true,
"node": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"babel-preset-es2015-rollup": "^1.2.0",
"coveralls": "^2.11.9",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.0.1",
"istanbul": "^0.4.3",
"mocha": "^3.1.2",
Expand Down
12 changes: 3 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -945,15 +945,9 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-config-airbnb-base@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-8.0.0.tgz#c5e958a469ab8af76aff068b43d784e5afe74ca7"

eslint-config-airbnb@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-12.0.0.tgz#ab282b756a25f03d04ac264c24d673a08a803270"
dependencies:
eslint-config-airbnb-base "^8.0.0"
eslint-config-airbnb-base:
version "9.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-9.0.0.tgz#03e135562aa6c4d0d9f1bbda96d901326bf58ad2"

eslint-import-resolver-node@^0.2.0:
version "0.2.3"
Expand Down

0 comments on commit 9cd2482

Please sign in to comment.