Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.03 KB

@funish/stylelint-config

npm version npm downloads npm license Contributor Covenant

Shared stylelint configuration, powered by Funish.

Getting started

# npm
$ npm install -D stylelint @funish/stylelint-config

# yarn
$ yarn add -D stylelint @funish/stylelint-config

# pnpm
$ pnpm add -D stylelint @funish/stylelint-config

Usage

Create a new .stylelintrc.js file or open the original stylelint configuration file and fill it with the following content.

module.exports = {
  extends: ["@funish/stylelint-config"],
};

Credits

  • Demo Macro - Always believe that good things are about to happen.

License

MIT © Funish