Skip to content

Commit

Permalink
feat: add stylint
Browse files Browse the repository at this point in the history
  • Loading branch information
millnut committed Oct 12, 2023
1 parent 702c49c commit 37d5a2c
Show file tree
Hide file tree
Showing 5 changed files with 1,326 additions and 51 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
node-version: '18.18.0'
- run: npm install
- run: npm run lint
- run: npm run lint:css
- run: npm run build:storybook
Empty file added .stylelintignore
Empty file.
9 changes: 9 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-prettier-scss"
],
"rules": {
"selector-class-pattern": null
}
}
Loading

0 comments on commit 37d5a2c

Please sign in to comment.