Fix indention
This commit is contained in:
parent
320fd07789
commit
5b2cd77035
|
@ -291,7 +291,7 @@ function openStylelintSettings() {
|
||||||
linter === 'stylelint'
|
linter === 'stylelint'
|
||||||
? 'editorStylelintRules'
|
? 'editorStylelintRules'
|
||||||
: 'editorCSSLintRules'
|
: 'editorCSSLintRules'
|
||||||
).then(rules => {
|
).then(rules => {
|
||||||
if (rules.length === 0) {
|
if (rules.length === 0) {
|
||||||
rules = linter === 'stylelint'
|
rules = linter === 'stylelint'
|
||||||
? setStylelintRules(rules)
|
? setStylelintRules(rules)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user