builds collection editor, builds stepnav

This commit is contained in:
James
2018-08-01 16:11:20 -04:00
parent 648ee44d95
commit 6723dee304
16 changed files with 241 additions and 31 deletions

View File

@@ -61,7 +61,7 @@ module.exports = exports = {
"no-labels": WARN,
"no-lone-blocks": WARN,
"no-loop-func": ERROR,
"no-magic-numbers": [ WARN, { "ignore": [0] } ],
"no-magic-numbers": [ WARN, { "ignore": [-1, 0, 1] } ],
"no-multi-spaces": ERROR,
"no-multi-str": WARN,
"no-native-reassign": ERROR,