[eslint config] [base] [fix] legacy: remove top-level ecmaFeatures

This commit is contained in:
Jordan Harband
2017-07-24 11:58:15 -07:00
parent 2c0126543f
commit 0d938aecf2

View File

@@ -13,8 +13,6 @@ module.exports = {
mocha: false,
jasmine: false
},
ecmaFeatures: {},
globals: {},
rules: {
'comma-dangle': ['error', 'never'],
'prefer-numeric-literals': 'off',