Skip to content

Commit

Permalink
[eslint config] [base] [fix] legacy: remove top-level ecmaFeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 24, 2017
1 parent 2c01265 commit 0d938ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/eslint-config-airbnb-base/legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ module.exports = {
mocha: false,
jasmine: false
},
ecmaFeatures: {},
globals: {},
rules: {
'comma-dangle': ['error', 'never'],
'prefer-numeric-literals': 'off',
Expand Down

0 comments on commit 0d938ae

Please sign in to comment.