Skip to content

Commit 12f78ca

Browse files
committed
fix: no stylelint linting
1 parent 1cad0a1 commit 12f78ca

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/late-kiwis-travel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@frontendfixer/eslint-config-react': patch
3+
---
4+
5+
fix: no stylelint linting

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"eslintConfig": {
3737
"extends": "./index.js"
3838
},
39+
"stylelint": {
40+
"extends": "./.stylelintrc.json"
41+
},
3942
"scripts": {
4043
"lint": "eslint .",
4144
"lint:fix": "eslint . --fix",

0 commit comments

Comments
 (0)