1.0.4 • Published 4 years ago

eslint-plugin-nbsp v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

eslint-plugin-nbsp

Disallow the use of &nbsp.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-nbsp:

$ npm install eslint-plugin-nbsp --save-dev

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

Usage

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

{
    "plugins": [
        "nbsp"
    ]
}

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

{
    "rules": {
        "nbsp/no-nbsp": "on"
    }
}
1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago