mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
34da7d5529
JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029
15 lines
187 B
Plaintext
15 lines
187 B
Plaintext
{
|
|
"boss": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"expr": true,
|
|
"immed": true,
|
|
"noarg": true,
|
|
"quotmark": "double",
|
|
"undef": true,
|
|
"unused": true,
|
|
|
|
"node": true
|
|
}
|