Skip to content

Commit

Permalink
fix: lint:stylelint and test:lint scripts
Browse files Browse the repository at this point in the history
- Create .stylelintignore file.
  • Loading branch information
AhmedElbohoty committed Aug 20, 2024
1 parent a730d68 commit fd43d45
Show file tree
Hide file tree
Showing 4 changed files with 3,117 additions and 1,676 deletions.
38 changes: 38 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
build/

*.js
*.jsx

*.ts
*.tsx
*.mjs

*.json

*.html
*.txt
*.md

*.svg
*.png
*.jpg
*.gif
*.mp4

*.toml
*.csv
*.xml
*.ico
*.pptx
*.xcf

*.py

*.js.map
*.lock

*.yml
*.yaml

LICENSE
PKG-INFO
29 changes: 7 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"prettier": "3.2.5",
"recursive-fs": "2.1.0",
"sass": "1.49.7",
"stylelint": "14.5.0",
"stylelint": "14.5.3",
"stylelint-config-sass-guidelines": "9.0.1",
"ts-jest": "29.1.0",
"tslib": "2.6.2",
Expand Down
Loading

0 comments on commit fd43d45

Please sign in to comment.