1.0.8 • Published 4 years ago

@spartanbio/stylelint-config v1.0.8

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

Spartan Bio stylelint config

stylelint config used by Spartan Bio.

Usage

  1. Add stylelint this package to devDependencies
$ yarn add -D stylelint @spartanbio/stylelint-config

# or

$ npm i -D stylelint @spartanbio/stylelint-config
  1. Add .stylelintrc.js with the following:
module.exports = {
  extends: ['@spartanbio/stylelint-config'],
}