2.0.2 • Published 4 years ago

@martylouis/stylelint-config v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@martylouis/stylelint-config npm version

An opinionated Stylelint config for writing neat CSS or SCSS. ~~ Now supports TailwindCSS directives.

Installation

1. Install this package with npx.

npx install-peerdeps --dev @martylouis/stylelint-config

2. Add this to your .stylintrc

{
  "extends": "@martylouis/stylelint-config"
}

VS Code AutoFormat setup:

  1. Install the Stylelint Extension
  2. Add this to your VS Code settings.json
{
  "editor.codeActionsOnSave": {
    "source.fixAll.stylelint": true,
  }
}

@martylouis on Twitter

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago