This plugin for Linter will lint
Swagger 2.0 specifications or OpenAPI 3.0 specifications, both JSON and YAML using
swagger-parser
node package.
Install linter-swagger
either in Atom's Preferences/Install Packages, or with
apm
on the command-line:
apm install linter-swagger
This package will automatically install linter
if that is missing.
This package will automatically lint YAML and JSON files that have a swagger
or openapi
field
with a version number value, in accordance to the Swagger spec.
MIT. More info in the LICENSE file