зеркало из https://github.com/telerik/json-sql.git
20 строки
319 B
Plaintext
20 строки
319 B
Plaintext
{
|
|
"node": true,
|
|
"freeze": true,
|
|
"maxlen": 100,
|
|
"smarttabs": true,
|
|
"indent": 1,
|
|
"quotmark": "single",
|
|
"strict": true,
|
|
"globalstrict": true,
|
|
// use es3 to get 'extra comma' at object literal error
|
|
"es3": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"immed": true,
|
|
"eqeqeq": true,
|
|
"globals": {
|
|
"JSON": false
|
|
}
|
|
}
|