Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 881 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 881 Bytes

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.