UNPKG
nodelike-custom
Version:
latest (0.0.1)
0.0.1
A node roguelike
github.com/boredbadge/nodelike-custom.git
boredbadge/nodelike-custom
nodelike-custom
/
.eslintrc
10 lines
(6 loc)
•
158 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"parser"
:
"babel-eslint"
,
"plugins"
:
[
"flowtype"
]
,
"env"
:
{
"es6"
:
true
,
"commonjs"
:
true
}
,
"extends"
:
"eslint-config-stonecypher"
}