2
0
Derivar 0

add linting files

Este cometimento está contido em:
AJ ONeal 2019-07-23 17:33:03 -06:00
ascendente 18fcf2ce31
cometimento 7efb7b650b
2 ficheiros modificados com 34 adições e 0 eliminações

17
.jshintrc Ficheiro normal
Ver ficheiro

@ -0,0 +1,17 @@
{ "node": true
, "browser": true
, "jquery": true
, "globals": { "Promise": true }
, "indent": 2
, "onevar": true
, "laxcomma": true
, "laxbreak": true
, "curly": true
, "nonbsp": true
, "eqeqeq": true
, "immed": true
, "undef": true
, "latedef": "nofunc"
}

17
.prettierrc Ficheiro normal
Ver ficheiro

@ -0,0 +1,17 @@
{ "node": true
, "browser": true
, "jquery": true
, "globals": { "Promise": true }
, "indent": 2
, "onevar": true
, "laxcomma": true
, "laxbreak": true
, "curly": true
, "nonbsp": true
, "eqeqeq": true
, "immed": true
, "undef": true
, "latedef": "nofunc"
}