stylelint-config-frack

2.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i stylelint-config-frack

Weekly Downloads

16

Version

2.0.0

License

MIT

Last publish

Collaborators

  • adambisek
  • viktorbezdek