We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As I understand from the samples there are two things that one needs to do:
1.) in package.json :
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/
lib/your-package-name
3.) Optionally you can redirect to a separate file lib/something by having "linter-implementation": "something", in your package.json
lib/something
"linter-implementation": "something",
Is my understanding correct?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As I understand from the samples there are two things that one needs to do:
1.)
in
package.json
: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.jsonIs my understanding correct?
The text was updated successfully, but these errors were encountered: