/easytool-stylelint-config

stylelint for react and vue projects.

Primary LanguageJavaScript

@easytool/stylelint-config

通用stylelint配置文件.

Install

yarn add -D @easytool/stylelint-config

Usage

React 项目

stylelint.config.js

module.exports = {
  extends: ['@easytool/stylelint-config']
}

Vue 项目

stylelint.config.js

module.exports = {
  extends: ['@easytool/stylelint-config/vue']
}