Skip to content

Commit

Permalink
web: Remove deprecated indentation Stylelint rule
Browse files Browse the repository at this point in the history
Stylelint 15.0.0 deprecated `indentation`: https://stylelint.io/migration-guide/to-15
Prettier already enforces indentation, so it can be removed from
`.stylelintrc.yaml`.
  • Loading branch information
relrelb committed Mar 25, 2023
1 parent 3c69bb2 commit c68a4b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/.stylelintrc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
extends:
- stylelint-config-standard
- stylelint-prettier/recommended
rules:
indentation: 4

0 comments on commit c68a4b0

Please sign in to comment.