UNPKG
hof-dotfiles
Version:
latest (2.0.0)
2.0.0
1.0.0
Common dotfiles for HOF
github.com/UKHomeOffice/hof-dotfiles
UKHomeOffice/hof-dotfiles
hof-dotfiles
/
.jscsrc
7 lines
(6 loc)
•
129 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"preset"
:
"google"
,
"maximumLineLength"
:
120
,
"excludeFiles"
:
[
"node_modules/**"
,
"src/*"
,
"test/*"
]
,
"esnext"
:
true
}