1.0.2 • Published 4 years ago

@davve5/eslint-config-service-now v1.0.2

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

@davve5/eslint-config-service-now

ServiceNow lint rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @davve5/eslint-plugin-service-now:

$ npm install @davve5/eslint-plugin-service-now --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install @davve5/eslint-plugin-service-now globally.

Usage

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

{
    "plugins": [
        "service-now"
    ]
}
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago