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.
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 valuelinting
. It's not used yet but, hey, why not? See https://github.com/adobe/brackets/wiki/Extension-package-format#categories.