linter-openapi
v1.0.0
Published
My Linter Package
Downloads
2
Readme
linter-openapi
This linter plugin for Linter provides an interface to openapi-enforcer. It will be used with files that have the "JavaScript" syntax.
Installation
Install linter-swagger
either in Atom's Preferences/Install Packages, or with
apm
on the command-line:
apm install linter-swagger
Usage
This package will automatically lint YAML and JSON files that have an openapi
field
with a version number value, in accordance to the OpenAPI spec.