mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
chore: increase eslint max-len rule
This commit is contained in:
parent
7d74309d1b
commit
aa4659b53e
1 changed files with 10 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"extends": [
|
||||
"plugin:adonis/typescriptApp"
|
||||
]
|
||||
],
|
||||
"rules": {
|
||||
"max-len": [
|
||||
"error",
|
||||
{
|
||||
"code": 130
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue