TechLess

Results 1 comments of TechLess
trafficstars

最后配置成这样,我这没有peer 和stylelint 问题 .stylelintrc.js ```javascript customSyntax: 'postcss-html', extends: [ 'stylelint-config-standard', 'stylelint-config-rational-order', 'stylelint-config-recommended-vue', ], ``` package.json ```json "devDependencies": { "stylelint": "^15.10.1", "stylelint-config-rational-order": "^0.1.2", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard": "^34.0.0", "stylelint-order": "^6.0.3" } ```