Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide to creating a new linter #337

Closed
basarat opened this issue Jan 15, 2015 · 0 comments
Closed

Guide to creating a new linter #337

basarat opened this issue Jan 15, 2015 · 0 comments

Comments

@basarat
Copy link

basarat commented Jan 15, 2015

As I understand from the samples there are two things that one needs to do:

1.)
in package.json :

 "linter-package": true,

2.)
and then have a file called lib/your-package-name and export something that inherits from http://atomlinter.github.io/Linter/

3.)
Optionally you can redirect to a separate file lib/something by having "linter-implementation": "something", in your package.json

Is my understanding correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants