Skip to content

Commit

Permalink
fixup! Test(stylelint-config): Introduce unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jul 4, 2024
1 parent 21d88e8 commit 81d8b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"scripts": {
"lint": "yarn lint:css",
"lint:css": "npm-run-all --serial lint:css:main lint:css:order",
"lint:css": "npm-run-all --serial lint:css:main lint:css:order lint:css:scss",
"lint:css:main": "stylelint --config index.js __tests__/__fixtures__/css-valid.css",
"lint:css:order": "stylelint --config rules/order.js __tests__/__fixtures__/css-valid.css",
"lint:css:scss": "stylelint --config rules/scss.js __tests__/__fixtures__/scss-valid.scss",
Expand Down

0 comments on commit 81d8b08

Please sign in to comment.