eslint-plugin-comment-english-please

0.0.4 • Public • Published

eslint-plugin-comment-english-please

Please comment with english.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-comment-english-please:

$ npm install eslint-plugin-comment-english-please --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-pangu-comment globally.

Usage

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

{
    "plugins": [
        "comment-english-please"
    ]
}

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

{
    "rules": {
        "comment-english-please/english-please": "warn"
    }
}

Supported Rules

  • english-please

Good luck!!

Package Sidebar

Install

npm i eslint-plugin-comment-english-please

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

3.61 kB

Total Files

5

Last publish

Collaborators

  • xunuo