mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
22 lines
281 B
Plaintext
22 lines
281 B
Plaintext
|
{
|
||
|
"boss": true,
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"eqnull": true,
|
||
|
"expr": true,
|
||
|
"immed": true,
|
||
|
"noarg": true,
|
||
|
"quotmark": "single",
|
||
|
"smarttabs": true,
|
||
|
"trailing": true,
|
||
|
"undef": true,
|
||
|
"unused": true,
|
||
|
|
||
|
"browser": true,
|
||
|
|
||
|
"globals": {
|
||
|
"jQuery": false,
|
||
|
"wp": false
|
||
|
}
|
||
|
}
|