sorting fix

This commit is contained in:
Kane York 2020-03-26 11:31:31 -07:00 committed by Kane York
parent 07dc8d20c4
commit eff4974829
1 changed files with 1 additions and 1 deletions

View File

@ -27,10 +27,10 @@ module.exports = {
"no-partial": true,
"no-shadowed-elements": true,
"no-triple-curlies": true,
"no-unbound": true,
"no-unnecessary-concat": true,
"no-unnecessary-component-helper": true,
"no-unused-block-params": true,
"no-unbound": true,
"require-iframe-title": true,
"self-closing-void-elements": true,
"simple-unless": true,