Skip to content

tutti2612/stylelint-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

TODO configuration file generator for Stylelint.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published