This website requires JavaScript.
Explore
Help
Sign In
Doble
/
LeagueStats
Watch
1
Star
0
Fork
You've already forked LeagueStats
0
mirror of
https://github.com/vkaelin/LeagueStats.git
synced
2026-03-25 21:07:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
414eda66f2
LeagueStats
/
server
/
.eslintrc.json
13 lines
148 B
JSON
Raw
Normal View
History
Unescape
Escape
chore: add adonis 5 boilerplate
2020-10-04 11:37:05 +00:00
{
"extends"
:
[
"plugin:adonis/typescriptApp"
chore: increase eslint max-len rule
2020-10-07 20:02:34 +00:00
]
,
"rules"
:
{
"max-len"
:
[
"error"
,
{
"code"
:
130
}
]
}
}
Reference in a new issue
Copy permalink