Skip to content

lakshyabatman/Eslint-Comment-Box-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-comment-box-plugin

A small plugin to enforce some good practices

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-comment-box-plugin:

$ npm install eslint-plugin-comment-box-plugin --save-dev

Usage

Add comment-box-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["comment-box-plugin"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "comment-box-plugin/rule-name": 2
  }
}

Supported Rules

  • Fill in provided rules here

About

A simple Eslint Plugin which enforces adding a comment box before functions! 🤯🚀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published