mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 15:37:55 -05:00
[eslint-v2] set es6 env to true
This commit is contained in:
committed by
Jordan Harband
parent
da4213c6dd
commit
dff5099238
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
'env': {
|
||||
'es6': false
|
||||
'es6': true
|
||||
},
|
||||
'ecmaFeatures': {
|
||||
'arrowFunctions': true,
|
||||
|
||||
Reference in New Issue
Block a user