0.1.3 • Published 2 years ago

stylelint-config-louffee v0.1.3

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

Louffee StyleLint Configuration

A great way to style styles.

Note: The configuration is based on the StyleLint plugin for the IDE or code editor of your choice, and is compatible with the ESLint ecosystem present in the NPM Package of same name.

Downloads Gitter

Installation

Install the package, follow the instructions according to the package manager of your choice, we ranked the top three most popular ones:

With NPM

npm install --dev stylelint-config-louffee

With Yarn

yarn add -D stylelint-config-louffee

With PNPM

pnpm install --dev stylelint-config-louffee

Usage 📖

To use the Louffee’s configuration, create a new file named .stylelintrc.js in the root of your project, and add the following content:

module.exports = require('stylelint-config-louffee');

(Optional) Also create a .stylelintignore file in the root of your project, then add the following line:

node_modules
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago