eslint-plugin-nbsp

1.0.4 • Public • Published

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"
    }
}

Package Sidebar

Install

npm i eslint-plugin-nbsp

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

5.82 kB

Total Files

7

Last publish

Collaborators

  • dustin-riipen
  • angelica.acosta
  • riipen-admin
  • jordanell
  • ksmort
  • riipen-ericauv
  • stredger