UNPKG

207 BPlain TextView Raw
1{
2 "extends": "loopback",
3 "rules": {
4 "max-len": ["error", 90, 4, {
5 "ignoreComments": true,
6 "ignoreUrls": true,
7 "ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)"
8 }]
9 }
10}
\No newline at end of file