Skip to content

Commit

Permalink
chore(deps): update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
devmozao committed Jan 26, 2024
1 parent c9e2b6a commit 4a07732
Show file tree
Hide file tree
Showing 7 changed files with 1,091 additions and 1,243 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint-staged
npm run lint-staged && npm run build
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ coverage

# project files
node_modules
dist
6 changes: 5 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": ["stylelint-config-standard"]
"extends": ["stylelint-config-standard"],
"fix": true,
"rules": {
"selector-class-pattern": "^([a-z][a-z0-9]*)((--?|__?|_)?[a-z0-9]+)*$"
}
}
Loading

0 comments on commit 4a07732

Please sign in to comment.