Skip to content

Commit

Permalink
chore: update browserslist DB (#2985)
Browse files Browse the repository at this point in the history
Co-authored-by: adamstankiewicz <2828721+adamstankiewicz@users.noreply.github.com>
  • Loading branch information
edx-requirements-bot and adamstankiewicz authored May 7, 2024
1 parent 8581d75 commit 06263ea
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 06263ea

Please sign in to comment.