0.1.1 • Published 8 years ago

eslint-plugin-splunk-ucc-config v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

eslint-plugin-splunk-ucc-config

Eslint plugin for Splunk UCC global configuration file

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-splunk-ucc-config:

$ npm install eslint-plugin-splunk-ucc-config --save-dev

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

Usage

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

{
    "plugins": [
        "splunk-ucc-config"
    ]
}