Skip to content

Commit

Permalink
Improve self-linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 1, 2024
1 parent 7cc7d75 commit 1d43946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__tests__/invalid.scss
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"test": "node --test __tests__/*.test.*",
"lint": "stylelint",
"lint:css": "stylelint --config index.js **/*.scss",
"prepublishOnly": "git push && git push --tags",
"version": "git add CHANGELOG.md"
},
Expand Down

0 comments on commit 1d43946

Please sign in to comment.