mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 07:46:31 +08:00
sorting fix
This commit is contained in:
parent
07dc8d20c4
commit
eff4974829
|
@ -27,10 +27,10 @@ module.exports = {
|
||||||
"no-partial": true,
|
"no-partial": true,
|
||||||
"no-shadowed-elements": true,
|
"no-shadowed-elements": true,
|
||||||
"no-triple-curlies": true,
|
"no-triple-curlies": true,
|
||||||
|
"no-unbound": true,
|
||||||
"no-unnecessary-concat": true,
|
"no-unnecessary-concat": true,
|
||||||
"no-unnecessary-component-helper": true,
|
"no-unnecessary-component-helper": true,
|
||||||
"no-unused-block-params": true,
|
"no-unused-block-params": true,
|
||||||
"no-unbound": true,
|
|
||||||
"require-iframe-title": true,
|
"require-iframe-title": true,
|
||||||
"self-closing-void-elements": true,
|
"self-closing-void-elements": true,
|
||||||
"simple-unless": true,
|
"simple-unless": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user