mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 15:37:55 -05:00
[eslint config] [base] [fix] legacy: remove top-level ecmaFeatures
This commit is contained in:
@@ -13,8 +13,6 @@ module.exports = {
|
||||
mocha: false,
|
||||
jasmine: false
|
||||
},
|
||||
ecmaFeatures: {},
|
||||
globals: {},
|
||||
rules: {
|
||||
'comma-dangle': ['error', 'never'],
|
||||
'prefer-numeric-literals': 'off',
|
||||
|
||||
Reference in New Issue
Block a user