Skip to content

Commit

Permalink
chore: update npm dependencies (#214)
Browse files Browse the repository at this point in the history
* chore: update npm dependencies

* fix: disable soon-to-be-deprecated marked parameters

* chore: disable unwanted stylelint rule

AC-0
  • Loading branch information
dustin-jw committed Jun 30, 2023
1 parent d71a8a5 commit 97d423c
Show file tree
Hide file tree
Showing 4 changed files with 1,394 additions and 9,580 deletions.
5 changes: 4 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["stylelint-config-standard", "stylelint-config-standard-scss"]
"extends": ["stylelint-config-standard", "stylelint-config-standard-scss"],
"rules": {
"media-feature-range-notation": null
}
}
Loading

0 comments on commit 97d423c

Please sign in to comment.