mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
13 lines
No EOL
148 B
JSON
13 lines
No EOL
148 B
JSON
{
|
|
"extends": [
|
|
"plugin:adonis/typescriptApp"
|
|
],
|
|
"rules": {
|
|
"max-len": [
|
|
"error",
|
|
{
|
|
"code": 130
|
|
}
|
|
]
|
|
}
|
|
} |