mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
17 lines
267 B
Plaintext
17 lines
267 B
Plaintext
{
|
|
"options": {
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"expr": true,
|
|
"latedef": true,
|
|
"noarg": true,
|
|
"node": true,
|
|
"quotmark": "double",
|
|
"smarttabs": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true
|
|
}
|
|
}
|