Skip to content

Commit ebc8946

Browse files
committed
Upgrade stylelint to version 17.3.0
This is a major version bump, but the changelog at https://github.com/stylelint/stylelint/releases/tag/17.0.0 doesn't indicate any breaking changes that should impact us. We only have to list `stylelint` in `eslint.config.js` similar to e.g. commit a2909f9.
1 parent 0888b85 commit ebc8946

3 files changed

Lines changed: 382 additions & 156 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export default [
119119
"fluent-bundle",
120120
"fluent-dom",
121121
"postcss-values-parser",
122+
"stylelint",
122123
// See https://github.com/firebase/firebase-admin-node/discussions/1359.
123124
"eslint-plugin-perfectionist",
124125
],

0 commit comments

Comments
 (0)