Skip to content

Commit c8e16c2

Browse files
committed
ci: stylelint error reports
1 parent 761cdc8 commit c8e16c2

File tree

3 files changed

+72
-59
lines changed

3 files changed

+72
-59
lines changed

.stylelintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ LICENSE
55
*.json
66
*.log
77
*.patch
8+
*.ts
89
*.tsbuildinfo
10+
*.tsx
911
*.yaml
1012
*.yml

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"typescript": "^5.2.2"
5555
},
5656
"resolutions": {
57-
"prettier": "^2.7.1"
57+
"prettier": "^2.8.8"
5858
},
5959
"commitlint": {
6060
"extends": "@1stg"
@@ -95,7 +95,18 @@
9595
}
9696
],
9797
"stylelint": {
98-
"extends": "@1stg/stylelint-config"
98+
"extends": "@1stg/stylelint-config",
99+
"overrides": [
100+
{
101+
"files": [
102+
"*.scss"
103+
],
104+
"rules": {
105+
"scss/at-import-no-partial-leading-underscore": null,
106+
"scss/load-no-partial-leading-underscore": true
107+
}
108+
}
109+
]
99110
},
100111
"typeCoverage": {
101112
"atLeast": 100,

pnpm-lock.yaml

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)