express-api-example/.eslintrc.json

7 lines
103 B
JSON
Raw Normal View History

2018-11-13 10:15:47 +00:00
{
2018-11-16 11:28:37 +00:00
"extends": "airbnb-base",
"rules": {
"max-len": ["error", { "comments": 120 }]
}
}