Skip to content

Commit

Permalink
[Dev Deps] update eslint-config-airbnb-base
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 26, 2018
1 parent a6cd5dc commit 615d098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ function buildTargets(options) {
}

module.exports = function buildAirbnbPreset(context, options) {
var transpileTargets = (options && options.targets) ||
buildTargets(options || {});
var transpileTargets = (options && options.targets) || buildTargets(options || {});

var debug = (options && typeof options.debug === 'boolean') ? !!options.debug : false;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0"
},
"scripts": {
Expand Down

0 comments on commit 615d098

Please sign in to comment.