mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 11:18:04 -05:00
[eslint config] [base] Update ecmaVersion to 2016.
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
||||
'./rules/imports',
|
||||
].map(require.resolve),
|
||||
parserOptions: {
|
||||
ecmaVersion: 7,
|
||||
ecmaVersion: 2016,
|
||||
sourceType: 'module',
|
||||
},
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user