Skip to content

Commit

Permalink
chore(deps-dev): bump stylelint from 15.9.0 to 15.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and mistic100 committed Aug 5, 2023
1 parent b4edf99 commit 5b05252
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 112 deletions.
4 changes: 3 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"scss/dollar-variable-empty-line-before": null,
"selector-class-pattern": null,
"stylistic/indentation": 4,
"stylistic/string-quotes": "single"
"stylistic/string-quotes": "single",
"stylistic/no-eol-whitespace": true,
"stylistic/no-extra-semicolons": true
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"scss-bundle": "^3.1.2",
"set-versions": "^1.0.3",
"sort-package-json": "^2.5.0",
"stylelint": "^15.9.0",
"stylelint": "^15.10.2",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-stylistic": "^0.4.2",
"stylelint-stylistic": "^0.4.3",
"ts-node": "^10.9.1",
"tsup": "^7.0.0",
"turbo": "^1.10.0",
Expand Down
Loading

0 comments on commit 5b05252

Please sign in to comment.