Skip to content

Commit 016410a

Browse files
committed
fix: Use @nextcloud/stylelint-config instead of missing stylelint-config-recommended-vue
1 parent c17a3da commit 016410a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stylelint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: 'stylelint-config-recommended-vue',
2+
extends: '@nextcloud/stylelint-config',
33
}

0 commit comments

Comments
 (0)