Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit bee24b9

Browse files
author
george
committed
update stylelint rules to not conflict with prettier
1 parent 776789d commit bee24b9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.stylelintrc.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ module.exports = {
88
// CSS
99
// https://github.com/stylelint/stylelint/blob/master/docs/user-guide/rules.md
1010

11-
// This will be flagged by the script `scss:lint:check`
12-
// Please ignore the error :)
13-
"rule-empty-line-before": [ALWAYS, { except: ["first-nested"], ignore: ["after-comment"] }],
14-
1511
"at-rule-blacklist": ["debug"],
1612
"at-rule-name-space-after": ALWAYS,
1713
"at-rule-no-vendor-prefix": true,
@@ -59,8 +55,6 @@ module.exports = {
5955

6056
"length-zero-no-unit": true,
6157

62-
linebreaks: "unix",
63-
6458
"max-nesting-depth": [3, { ignore: ["pseudo-classes", "blockless-at-rules"] }],
6559

6660
"media-feature-colon-space-after": ALWAYS,
@@ -75,7 +69,6 @@ module.exports = {
7569
"no-duplicate-at-import-rules": true,
7670
"no-duplicate-selectors": true,
7771
"no-empty-source": true,
78-
"no-empty-first-line": true,
7972
"no-invalid-double-slash-comments": true,
8073
"no-unknown-animations": true,
8174

0 commit comments

Comments
 (0)