Skip to content

Commit

Permalink
fix: dependency upgrades (#733)
Browse files Browse the repository at this point in the history
* chore: apply npm audit fix

* fix: replace unmaintained sass-lint with stylelint
  • Loading branch information
yakca authored Oct 16, 2024
1 parent a75aaf1 commit f7745da
Show file tree
Hide file tree
Showing 8 changed files with 1,634 additions and 2,806 deletions.
18 changes: 0 additions & 18 deletions .sass-lint.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"extends": "stylelint-config-standard-scss",
"overrides": [
{
"files": ["src/assets/styles/**/*.scss"],
"rules": {
"at-rule-no-vendor-prefix": null,
"declaration-block-no-redundant-longhand-properties": null,
"declaration-empty-line-before": null,
"media-feature-range-notation": null,
"no-descending-specificity": null,
"property-no-vendor-prefix": null,
"selector-class-pattern": null,
"selector-id-pattern": null,
"unit-no-unknown": null,
"scss/dollar-variable-empty-line-before": null
}
}
]
}
Loading

0 comments on commit f7745da

Please sign in to comment.