/stylelint-config

Primary LanguageJavaScriptMIT LicenseMIT

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
}