1.0.0 • Published 4 years ago

stylelint-plugin-ege-standard v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

stylelint-plugin-ege-standard

npm npm license

ege 项目 styelint(SCSS) 统一编码规则

安装

无须单独安装 styelintstylelint-webpack-pluginstylelint-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"
    ]
}