Skip to content

Commit 639c4e0

Browse files
committed
build: simplify config
1 parent 755457a commit 639c4e0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

postcss.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
plugins: {
3-
autoprefixer: {},
43
stylelint: {
54
fix: true,
65
},

stylelint.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module.exports = {
2-
extends: [
3-
'stylelint-config-recommended-vue/scss',
4-
],
2+
extends: 'stylelint-config-recommended-vue/scss',
53
plugins: [
64
'stylelint-order',
75
],

0 commit comments

Comments
 (0)