We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cad0a1 commit 12f78caCopy full SHA for 12f78ca
.changeset/late-kiwis-travel.md
@@ -0,0 +1,5 @@
1
+---
2
+'@frontendfixer/eslint-config-react': patch
3
4
+
5
+fix: no stylelint linting
package.json
@@ -36,6 +36,9 @@
36
"eslintConfig": {
37
"extends": "./index.js"
38
},
39
+ "stylelint": {
40
+ "extends": "./.stylelintrc.json"
41
+ },
42
"scripts": {
43
"lint": "eslint .",
44
"lint:fix": "eslint . --fix",
0 commit comments