Skip to content

Commit

Permalink
Merge pull request #599 from hkwu/patch-1
Browse files Browse the repository at this point in the history
Swap out deprecated entry point for Airbnb base config.
  • Loading branch information
chriso committed Nov 6, 2016
2 parents 996620d + 98f8aad commit 8e6694a
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 70 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
3 changes: 2 additions & 1 deletion src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"no-console": 1,
"no-plusplus": 0,
"no-bitwise": 0,
"no-prototype-builtins": 0
"no-prototype-builtins": 0,
"no-useless-escape": 0
}
}
Loading

0 comments on commit 8e6694a

Please sign in to comment.