💿Installation npm install --save-dev postcss-html stylelint-config-recommended-vue 📖Usage Set yourstylelintconfig to: {"extends":"stylelint-config-recommended-vue"} Note: This config enables rules for only.vuefiles. If you don't want the rules to be overridden (If you want to enable...
npm install stylelint stylelint-config-recommended-vue --save-dev ``` ## 2. 在项目中引入"stylelint-config-recommended-vue" 在项目的根目录下新建一个名为".stylelintrc"的文件,并在该文件中引入"stylelint-config-recommended-vue"。 ```json { "extends": "stylelint-config-recommended-vue" } `...
npm install --save-dev postcss-scss stylelint-config-recommended-scss Set yourstylelintconfig to: {"extends":"stylelint-config-recommended-vue/scss"} When used withstylelint-config-standard-scss: {"extends": ["stylelint-config-standard-scss","stylelint-config-recommended-vue/scss"] } ...