0.2.7 • Published 9 years ago

eslint-plugin-raml v0.2.7

Weekly downloads
6
License
MIT
Repository
github
Last release
9 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

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago