mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
28 lines
461 B
Plaintext
28 lines
461 B
Plaintext
{
|
|
"options": {
|
|
"evil": true,
|
|
"browser": true,
|
|
"wsh": true,
|
|
"eqnull": true,
|
|
"expr": true,
|
|
"curly": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"smarttabs": true,
|
|
"maxerr": 100
|
|
},
|
|
"globals": {
|
|
"define": true,
|
|
"DOMParser": true,
|
|
"__dirname": true,
|
|
"jQuery": true,
|
|
"global": true,
|
|
"module": true,
|
|
"exports": true,
|
|
"require": true,
|
|
"file": true,
|
|
"log": true,
|
|
"console": true
|
|
}
|
|
}
|