stylelint-config-wombat
v2.2.1
Published
Recommended Common Wombat config for stylelint
Downloads
9
Readme
stylelint-config-wombat
Installation
Installation
yarn
yarn add -D stylelint@^13.6.1 stylelint-config-wombat
styled-components
yarn add -D stylelint@^13.6.1 stylelint-config-wombat stylelint-processor-styled-components stylelint-config-styled-components
update .stylelintrc
{ "extends": [ "stylelint-config-wombat" ] ... }
styled-components
{ "extends": [ "stylelint-config-wombat/styled-components" ] ... }
Add script to package.json
"scripts": { ... "lint:styles": "stylelint src/**/*.{js,jsx,tsx}", }
Publishing
- Be repo Maintainer.
- Merging branch develop to master via Merge Request.
- Switch locally to master branch
- run
yarn run createNewVersion
- Select new version
- after publication is completed make sure that everything is pushed to gitlab
- merge master to develop(without creating Merge Request)
- done