0.1.0 • Published 3 years ago

@mugo-agency/stylelint-config v0.1.0

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

Node.js Package

stylelint-config

Mugo's shareable Stylelint config for use across projects.

Installation

Install stylelint and @mugo-agency/stylelint-config:

With Yarn

yarn add --dev stylelint @mugo-agency/stylelint-config

With npm

npm install stylelint @mugo-agency/stylelint-config --save-dev

Usage

Mugo's stylelint rules come bundled in @mugo-agency/stylelint-config. To enable these rules, add a stylelint property in your package.json. See the stylelint configuration docs for more details.

"stylelint": {
  "extends": ["@mugo-agency/stylelint-config"]
}

Now you can run stylelint by adding the following linting script to your package.json. See the stylelint CLI docs for more details.

"scripts": {
  "stylelint": "stylelint 'src/**/*.scss'"
}

Run it:

With Yarn

yarn run stylelint

With npm

npm run stylelint
0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago