0.0.0 • Published 9 years ago

eslint-plugin-twa-excellence-girls v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

eslint-plugin-twa-excellence-girls

JavaScript Lint for Excellence Girls

Installation

npm i -g eslint
npm i -g eslint-plugin-twa-excellence-girls

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

Usage

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

{
    "plugins": [
        "twa-excellence-girls"
    ]
}