@aszydelko/stylelint-config

1.0.3 • Public • Published

Stylelint configuration

This is a personal Stylelint configuration.

Install

npm i @aszydelko/stylelint-config --save-dev

Usage

This config is designed to work with the extends feature of .stylelintrc files.

Then, add this to your .stylelintrc or package.json file:

{
  "extends": "@aszydelko/stylelint-config"
}

You can override settings from this config by adding them directly into your .eslintrc or package.json file.

Commands

Recommended set of commands to put in package.json scripts:

  "lint:css": "stylelint ./**/*.css ./**/*.scss ./**/*.vue",
  "lint-autofix:css": "stylelint ./**/*.css ./**/*.scss ./**/*.vue --fix",

License

MIT Copyright (c) Arkadiusz Szydełko

Readme

Keywords

Package Sidebar

Install

npm i @aszydelko/stylelint-config

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

3.47 kB

Total Files

4

Last publish

Collaborators

  • aszydelko