Skip to content

ant-ife/stylelint-config-antife

Repository files navigation

stylelint-config-antife

NPM version build status Test coverage node version

Stylelint config for Ant international FE team

Installment

$ npm i stylelint-config-antife --save-dev

Usage

Add .stylelintrc.js in your root directory.

module.exports = {
  extends: 'stylelint-config-antife',
}

License

The MIT License (MIT)