mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Use valid ecmaVersion
Fixes Node smoke tests Ref gh-3385 Closes gh-3460
This commit is contained in:
parent
1754e315f8
commit
8cb4cd71ef
@ -4,7 +4,7 @@
|
||||
"extends": "../../.eslintrc-node.json",
|
||||
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2015
|
||||
"ecmaVersion": 6
|
||||
},
|
||||
|
||||
"env": {
|
||||
|
Loading…
Reference in New Issue
Block a user