mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
8cb4cd71ef
Fixes Node smoke tests Ref gh-3385 Closes gh-3460
14 lines
133 B
JSON
14 lines
133 B
JSON
{
|
|
"root": true,
|
|
|
|
"extends": "../../.eslintrc-node.json",
|
|
|
|
"parserOptions": {
|
|
"ecmaVersion": 6
|
|
},
|
|
|
|
"env": {
|
|
"es6": true
|
|
}
|
|
}
|