mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
9c8a3ecdc4
Utilize the assert module, avoid inline JSHint comments.
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
|
|
}
|