builds collection editor, builds stepnav
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user