0.0.5 • Published 2 years ago

stylelint-todo v0.0.5

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

stylelint-todo

stylelint-todo is a TODO configuration file generator for Stylelint.

Have you ever added Stylelint to an existing project and been plagued with a large number of errors?
With Stylelint-todo, you can silence existing errors and write code according to the new rules in a new file.

Inspired by rubocop_todo.yml.

Requirements

  • Node.js 14 or higher
  • Stylelint 14 or higher

Installation

npm install --save-dev stylelint-todo

Usage

Run the following command in the root directory of the project where Stylelint is installed.

npx stylelint-todo '**/*.css' > stylelint-todo.json

Then, add to the end of extends in your stylelint config.

{
  "extends": ["stylelint-config-standard", "./stylelint-todo.json"]
}

License

The MIT License.

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago