LeagueStats/server/.eslintrc.json

13 lines
148 B
JSON
Raw Permalink Normal View History

2020-10-04 11:37:05 +00:00
{
"extends": [
"plugin:adonis/typescriptApp"
2020-10-07 20:02:34 +00:00
],
"rules": {
"max-len": [
"error",
{
"code": 130
}
]
}
}