Personally I've never found value in keeping line lengths low and it just leads to code that's awkward to write and read. No sense in disabling this per-file.
13 lines
150 B
JSON
13 lines
150 B
JSON
{
|
|
"extends": "strongloop",
|
|
"rules": {
|
|
"max-len": "off"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 6
|
|
},
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
}
|