@pressmodo/stylelint-config

0.3.0 • Public • Published

Pressmodo Stylelint Config

In order to improve both our efficiency and consistency, we need to standardize what we use and how we use it. This repository contains Pressmodo's standard configuration for Stylelint, our preferred stylesheet linter.

Dependencies

  1. Node & NPM - 3rd party dependencies are managed through NPM, so you will need that installed globally
  2. Stylelint - as this is a config extention for Stylelint, you will need Stylelint installed in your main project in order for it to work.

Installation

First, install Stylelint:

// NPM
npm install stylelint --save-dev

// Yarn
yarn add stylelint --dev

Then install the Pressmodo Stylelint config:

// NPM
npm install @pressmodo/stylelint-config --save-dev

Usage

Add the following to your .stylelintrc file:

{
  "plugins": [
    "@pressmodo/stylelint-config"
  ]
}

Autofixing

Certain rules / violations can be fixed automatically using the --fix flag via the command line. To ensure that Stylelint fixes what it can, you can run:

stylelint path/to/css/file.css --fix

Package Sidebar

Install

npm i @pressmodo/stylelint-config

Weekly Downloads

0

Version

0.3.0

License

MIT

Unpacked Size

4.15 kB

Total Files

4

Last publish

Collaborators

  • alessandrotesoro