mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"rules": {
|
|
"max-len": [2, { "code": 125 }],
|
|
"prefer-arrow-callback": [0]
|
|
}
|
|
}
|