1.0.6 • Published 5 years ago

stylelint-config-oval v1.0.6

Weekly downloads
29
License
MIT
Repository
github
Last release
5 years ago

Build Status npm

stylelint-config-oval

Opinionated Stylelint sharable config for Oval projects.

Install

yarn add --dev stylelint-config-oval

Usage

Add a Stylelint config file to your project and extends with our config:

.stylelintrc

{
  "extends": "stylelint-config-oval"
}

Develop

Run eslint for linting the js files:

yarn lint

Run tests with Jest for checking Styelint rules:

yarn test

Release

standard-version is provided with a release command. Just run on master:

yarn release

And follow the prompt.