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
/
react
/
.eslintrc
9 lines
(8 loc)
•
194 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"env"
:
{
"node"
:
true
,
"browser"
:
true
}
,
"extends"
:
[
"sanity"
,
"sanity/react"
,
"prettier"
,
"prettier/react"
]
,
"parser"
:
"babel-eslint"
,
"parserOptions"
:
{
"ecmaVersion"
:
2018
}
}