2.0.0 • Published 8 years ago

stylelint-config-frack v2.0.0

Weekly downloads
27
License
MIT
Repository
-
Last release
8 years ago

Stylelint config Frack

This package includes the shareable ESLint configuration used by Front-end Dev Stack.

Usage in Front-end Dev Stack Projects

The easiest way to use this configuration is with Front-end Dev Stack, which includes it by default. You don't need to install it separately in Front-end Dev Stack projects.

Usage

If you want to use this ESLint configuration in a project not built with Front-end Dev Stack, you can install it with following steps.

First, install this package and stylelint.

Then create a file named .stylelintrc.json with following contents in the root folder of your project:

{
  "extends": "stylelint-config-frack",
}

That's it! Learn more about Stylelint on the Stylelint website.

2.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago