1.0.0 • Published 6 years ago
stylelint-plugin-ege-standard v1.0.0
stylelint-plugin-ege-standard
ege 项目 styelint(SCSS) 统一编码规则
安装
无须单独安装
styelint、stylelint-webpack-plugin、stylelint-scss
npm i stylelint-plugin-ege-standard --save-dev使用
webpack plugin
const styleLintPlugin = require('stylelint-webpack-plugin');
module.exports = {
plugins: [
new styleLintPlugin()
]
}styelintrc
{
"extends": [
"stylelint-plugin-ege-standard"
]
}1.0.0
6 years ago