12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
|
{
|
||
|
"browser": true,
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"undef": true,
|
||
|
"quotmark": "single",
|
||
|
"trailing": true,
|
||
|
"globals": {
|
||
|
"L": true,
|
||
|
"jQuery": true
|
||
|
}
|
||
|
}
|