Correct stylelint rule.
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
"no-duplicate-selectors": true,
|
"no-duplicate-selectors": true,
|
||||||
"no-eol-whitespace": true,
|
"no-eol-whitespace": true,
|
||||||
"no-missing-eof-newline": true,
|
"no-missing-end-of-source-newline": true,
|
||||||
"max-empty-lines": 1,
|
"max-empty-lines": 1,
|
||||||
"indentation": 4,
|
"indentation": 4,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user