express-api-example/.eslintrc.json

7 lines
103 B
JSON

{
"extends": "airbnb-base",
"rules": {
"max-len": ["error", { "comments": 120 }]
}
}