Generic stylelint config used by Geta's frontend projects.
npm install geta-stylelint-config
yarn add geta-stylelint-config
Create a file in your project root named .stylelintrc
, and add the following code block to it:
{
"extends": "geta-stylelint-config",
... // Your config
}