mirror of
https://github.com/jquery/jquery.git
synced 2024-12-09 08:04:24 +00:00
14 lines
133 B
JSON
14 lines
133 B
JSON
{
|
|
"root": true,
|
|
|
|
"extends": "../../.eslintrc-node.json",
|
|
|
|
"parserOptions": {
|
|
"ecmaVersion": 6
|
|
},
|
|
|
|
"env": {
|
|
"es6": true
|
|
}
|
|
}
|