aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-10 19:21:21 -0500
committerGitHub <noreply@github.com>2023-12-11 00:21:21 +0000
commite0c6cf23bae41667ed49a7345dd69780eb12df23 (patch)
tree8471cf19f0287b1415a4f53df7905d34a711a6cb /package.json
parente9dde826df738c4094709804d72de4991b377a8a (diff)
Resolve stylelint deprecations (#353)
* Install stylelint-stylistic * Update rules * Alphabetize
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index b908e2f6..e277ce48 100644
--- a/package.json
+++ b/package.json
@@ -74,6 +74,7 @@
"license-report": "^6.5.0",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
+ "stylelint-stylistic": "^0.4.3",
"typescript": "5.3.3",
"vitest": "^0.34.6"
},