geta-stylelint-config
v1.0.0
Published
generic stylelint config used by getas projects
Downloads
2
Readme
geta-stylelint-config
Generic stylelint config used by Geta's frontend projects.
Usage
Install
NPM
npm install geta-stylelint-config
Yarn
yarn add geta-stylelint-config
Configure
Create a file in your project root named .stylelintrc
, and add the following code block to it:
{
"extends": "geta-stylelint-config",
... // Your config
}