sorting fix
This commit is contained in:
parent
07dc8d20c4
commit
eff4974829
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue