Skip to content

Commit 69e02a4

Browse files
committed
chore: update stylelint test command and dependencies
- Changed the stylelint configuration path in package.json to use the .mjs extension for better compatibility. - Updated various dependencies in pnpm-lock.yaml, including @anolilab/semantic-release-preset to v10.0.5, @visulima/packem to v1.19.1, browserslist to v4.24.5, and semantic-release to v24.2.5. - Bumped stylelint to v16.19.1 and updated related stylelint configurations for improved functionality.
1 parent bd54894 commit 69e02a4

File tree

2 files changed

+245
-1953
lines changed

2 files changed

+245
-1953
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"test:coverage:stylelint-config": "pnpm --filter \"stylelint-config\" run test:coverage",
8989
"test:eslint-config": "pnpm --filter \"eslint-config\" run test",
9090
"test:lint-staged-config": "pnpm --filter \"lint-staged-config\" run test",
91-
"test:stylelint": "node scripts/isNotWindows || stylelint --formatter verbose --config packages/stylelint-config/index.js ./packages/stylelint-config/__tests__/css/**/*.css",
91+
"test:stylelint": "node scripts/isNotWindows || stylelint --formatter verbose --config packages/stylelint-config/index.mjs ./packages/stylelint-config/__tests__/css/**/*.css",
9292
"test:stylelint-config": "pnpm --filter \"stylelint-config\" run test",
9393
"update:deps": "taze"
9494
},

0 commit comments

Comments
 (0)