Skip to content

Commit 444151c

Browse files
authored
fix: downgrade postcss-safe-parser to v6 (#319)
* fix: downgrade postcss-safe-parser to v6 * Create bright-foxes-drop.md
1 parent 92cb401 commit 444151c

File tree

4 files changed

+821
-105
lines changed

4 files changed

+821
-105
lines changed

Diff for: .changeset/bright-foxes-drop.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-vue-scoped-css": patch
3+
---
4+
5+
fix: downgrade postcss-safe-parser to v6

Diff for: .eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
"plugin:@ota-meshi/+json",
1616
"plugin:@ota-meshi/+yaml",
1717
"plugin:@ota-meshi/+prettier",
18+
"plugin:node-dependencies/recommended",
1819
],
1920
rules: {
2021
"require-jsdoc": "error",

0 commit comments

Comments
 (0)