Skip to content

Commit

Permalink
dev: Upgrade to Stylelint 16
Browse files Browse the repository at this point in the history
I had to change the stylistic plugin because it was not compatible with
this version of Stylelint and not maintained anymore.

Reference: https://github.com/stylelint-stylistic/stylelint-stylistic
  • Loading branch information
marien-probesys committed Feb 1, 2024
1 parent ebf01e7 commit 62bb824
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 497 deletions.
4 changes: 2 additions & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

"plugins": [
"stylelint-order",
"stylelint-stylistic"
"@stylistic/stylelint-plugin"
],

"rules": {
"stylistic/indentation": 4,
"@stylistic/indentation": 4,

"declaration-empty-line-before": [
"always",
Expand Down
Loading

0 comments on commit 62bb824

Please sign in to comment.