0.2.7 • Published 9 years ago
eslint-plugin-raml v0.2.7
eslint-plugin-raml
Check your json files (schemas/examples) and raml for errors.
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-raml:
$ npm install eslint-plugin-raml --save-devNote: 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"
]
}