Skip to content

Commit

Permalink
chore: update browserslist DB
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored and github-actions[bot] committed May 6, 2024
1 parent 8581d75 commit 273dd4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,12 @@
]
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": ["npx eslint"],
"*.scss": ["npx stylelint"]
"*.{js,jsx,ts,tsx}": [
"npx eslint"
],
"*.scss": [
"npx stylelint"
]
},
"workspaces": [
"example",
Expand Down

0 comments on commit 273dd4e

Please sign in to comment.