Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 612 Bytes

File metadata and controls

14 lines (11 loc) · 612 Bytes

AtomLinter Website

Adding a Linter Provider

Made a linter provider? Great! We'd love to include it in our list! Just follow this step-by-step process and you're provider will make it to our webpage in no time.

  • Open the _data/providers.yml file on GitHub.
  • Press the Pencil Icon in the upper Right Corner of the Code Preview.
  • Add your provider to the correct category, following the following structure:
- title: {linter-provider}
  url: {linter-url}
  • Save your commit, and submit your pull request.