diff options
author | silverwind <me@silverwind.io> | 2023-06-17 15:20:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-17 13:20:32 +0000 |
commit | 3ee8970419bb62c6d508b37b02f8fcbacf2f8590 (patch) | |
tree | 1dfa4a5a338235607a82387ffcc4ce86fdd63398 /package.json | |
parent | 69b1e2f1037822827d1880d954a9b5a97907c05a (diff) | |
download | gitea-3ee8970419bb62c6d508b37b02f8fcbacf2f8590.tar.gz gitea-3ee8970419bb62c6d508b37b02f8fcbacf2f8590.zip |
add `stylelint-stylistic` (#25285)
Add
[stylelint-stylistic](https://github.com/elirasza/stylelint-stylistic),
autofix all issues with two manual tweaks. This restores all the
stylistic rules removed in Stylelint 15.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 41d834771a..87a80e939c 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,7 @@ "postcss-html": "1.5.0", "stylelint": "15.7.0", "stylelint-declaration-strict-value": "1.9.2", + "stylelint-stylistic": "0.4.2", "svgo": "3.0.2", "updates": "14.1.1", "vitest": "0.32.0" |