Raymond Camden
Raymond Camden
I added a note to the readme.
Done - https://github.com/adobe/brackets/issues/10316
Unfortunately, the Linting API doesn't allow for that. My extension basically tells Brackets, "Hey, I lint js files", and Brackets handles passing the file to the extension when it works...
You can disable linting for a specific file by using your main preferences - https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences
Yeah, to be fair, this seems overkill for Node. I'd have to completely rewrite the extension versus, perhaps, just doing a line check before parsing. Honestly I'd use the Preferences...
My extension is using the core Brackets linting api, and since that doesn't support it, neither can my extension.
I don't mind the line endings changing - can you just submit a PR?
Seems fine to me - submit a PR for it?
I think my extension was first - they should change. ;) Seriously though - you can customize it if you edit the extension. You would need to re-edit it though...
Can you please tell me which demo you are talking about?