mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
29 lines
383 B
Plaintext
29 lines
383 B
Plaintext
{
|
|
"boss": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"expr": true,
|
|
"immed": true,
|
|
"noarg": true,
|
|
"onevar": true,
|
|
"quotmark": "double",
|
|
"smarttabs": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
|
|
"sub": true,
|
|
|
|
"es3": true,
|
|
"browser": true,
|
|
"wsh": true,
|
|
|
|
"globals": {
|
|
"jQuery": true,
|
|
"define": false,
|
|
"module": false,
|
|
"noGlobal": true
|
|
}
|
|
}
|