UNPKG
splat
Version:
latest (1.0.0)
1.0.0
0.0.0
Splats a bunch of project configs/defaults to a folder
github.com/rexxars/splat
rexxars/splat
splat
/
defaults
/
default
/
.eslintrc
8 lines
(7 loc)
•
132 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
[
"sanity"
,
"prettier"
]
,
"env"
:
{
"node"
:
true
,
"browser"
:
true
}
,
"parserOptions"
:
{
"ecmaVersion"
:
2018
}
}