cfjedimaster / brackets-jshint

Adds JSHint support to Brackets
MIT License
131 stars 41 forks source link

Add keywords "lint" and/or "linter" to package.json #46

Closed lkcampbell closed 10 years ago

lkcampbell commented 10 years ago

When I search for "lint" or "linter" in the Available tab of the Extension Manager, this extension does not show up.

Adding it to a keywords property in your package.json should fix it. I haven't actually tested if "lint" acts like a wildcard pattern, covering "lint", "linter", and "linting", or if you have to enter all three words. You will have to play around with it and see what works.

Also, for completeness, might want to consider adding a categories property with value linting. It's not used yet but, hey, why not? See https://github.com/adobe/brackets/wiki/Extension-package-format#categories.

cfjedimaster commented 10 years ago

Agreed.