mirror of https://github.com/jo/couchmagick.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
209 B
Plaintext
15 lines
209 B
Plaintext
11 years ago
|
{
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"immed": true,
|
||
|
"latedef": true,
|
||
|
"newcap": true,
|
||
|
"noarg": true,
|
||
|
"sub": true,
|
||
|
"undef": true,
|
||
|
"unused": true,
|
||
|
"boss": true,
|
||
|
"eqnull": true,
|
||
|
"node": true
|
||
|
}
|