0.0.4 • Published 11 months ago

@aplus-frontend/stylelint-config v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

stylelint config present for Aplus frontend team.

NPM Version NPM Downloads NPM License

Install

pnpm add @aplus-frontend/stylelint-config -w

Basic Usage

you write the following code in your packages.json file

{
  "stylelint": {
    "extends": "@aplus-frontend/stylelint-config"
  }
}