2016-04-01 11:48:07 +00:00
|
|
|
{
|
|
|
|
"extends": "loopback",
|
|
|
|
"rules": {
|
|
|
|
"max-len": ["error", 110, 4, {
|
|
|
|
"ignoreComments": true,
|
|
|
|
"ignoreUrls": true,
|
|
|
|
"ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)"
|
|
|
|
}],
|
2016-08-16 01:51:36 +00:00
|
|
|
// NOTE(bajtos) we should eventually remove this override
|
2016-04-01 11:48:07 +00:00
|
|
|
// and fix all of those 100+ violations
|
2016-08-22 19:55:22 +00:00
|
|
|
"one-var": "off",
|
2016-08-26 13:49:34 +00:00
|
|
|
"no-unused-expressions": "off"
|
2016-04-01 11:48:07 +00:00
|
|
|
}
|
|
|
|
}
|