mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-14 20:35:47 +01:00
20 lines
235 B
Plaintext
20 lines
235 B
Plaintext
{
|
|
"boss": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"expr": true,
|
|
"immed": true,
|
|
"noarg": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"es3": true,
|
|
|
|
"jquery": true,
|
|
"browser": true,
|
|
|
|
"globals": {
|
|
"console": true
|
|
}
|
|
}
|