mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
14 lines
115 B
JSON
14 lines
115 B
JSON
|
{
|
||
|
"root": true,
|
||
|
|
||
|
"extends": "jquery",
|
||
|
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 5
|
||
|
},
|
||
|
|
||
|
"env": {
|
||
|
"node": true
|
||
|
}
|
||
|
}
|