5034c7fc
Arsisakarn Srilatanart
mysql date timezo...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"extends": "loopback",
"rules": {
"max-len": ["error", 120, 4, {
"ignoreComments": true,
"ignoreUrls": true,
"ignorePattern": "^\\s*var\\s.=\\s*(require\\s*\\()|(/)"
}],
"camelcase": 0,
"one-var": "off",
"no-unused-expressions": "off"
}
}
|