0.2.7 • Published 8 years ago

eslint-plugin-raml v0.2.7

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

eslint-plugin-raml

Build Status Dependency Status devDependency Status Coverage Status

Check your json files (schemas/examples) and raml for errors.

NPM

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-raml:

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

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

Usage

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

{
    "plugins": [
        "raml"
    ]
}
0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago