stylelint-config-akrc
v0.0.2
Published
- [stylelint-config-akrc](#stylelint-config-akrc) - [Table of Contents](#table-of-contents) - [About ](#about-) - [Getting Started ](#getting-started-) - [Installing](#installing) - [Usage ](#usage-)
Readme
stylelint-config-akrc
Table of Contents
About
Just my stylelint config.
Getting Started
Installing
pnpm add stylelint stylelint-config-akrc -DUsage
Create a .stylelintrc.json configuration file in the root of your project with the following content:
{
"extends": "stylelint-config-akrc"
}