UNPKG
atam
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.0
atcoder on terminal
github.com/XMLPro/atam
XMLPro/atam
atam
/
.eslintrc
10 lines
(9 loc)
•
107 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"airbnb"
,
"rules"
:
{
"no-console"
:
0
,
}
,
"globals"
:
{
"document"
:
true
,
}
}