Skip to content

Commit

Permalink
fix(browser): estend airbnb not airbnb-base
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Dec 8, 2017
1 parent aff1cc9 commit d8bb86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const base = require('./base');

module.exports = {
extends: ['airbnb-base', 'plugin:promise/recommended', 'prettier'],
extends: ['airbnb', 'plugin:promise/recommended', 'prettier'],

plugins: ['promise'],

Expand Down

0 comments on commit d8bb86f

Please sign in to comment.