mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 20:33:30 +01:00
add es6 env
This commit is contained in:
parent
56a025b8d0
commit
f0152fe0cf
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
"extends": "eslint:recommended",
|
||||
"env": {
|
||||
"browser": true,
|
||||
"commonjs": true
|
||||
"commonjs": true,
|
||||
"es6": true
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"plugins": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue