-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] add ESLint as a default Brackets extension #10334
Comments
Comment by zaggino
|
Comment by petetnt I've been using this branch today and most things seem to work as expected. However, I am using
Despite this error, |
Comment by zaggino
|
Comment by petetnt adobe/brackets@634160c fixed it, thanks! |
Comment by ficristo ESLint supports multiple ways to define en Style nit: I guess it should indented by 4 spaces. |
Comment by zaggino
let me guys know if you have any more issues with this |
Comment by zaggino btw let me say again, we should really use
|
Comment by zaggino had to remove ESLint's code because of the issue above with long file names ... we should just use |
Comment by zaggino added this with npm3, no longer have the long file path problem ... |
Comment by ficristo As shown by travis grunt eslint doesn't pass. |
Comment by zaggino grunt eslint doesn't pass because this pr turns on indentation checks for 4 spaces and there're files outside of this PR not respecting this |
Comment by abose But the NPM install would also pull the same amount of code right. So if brackets have to be working, the node modules anyways need to be in place. |
Comment by zaggino Yes, that's true. Installer size would definitely grow. |
Comment by ficristo I don't see the point of the It shouldn't matter much but maybe use It is safe this |
Comment by zaggino
|
Comment by ficristo I don't know if happened with JSLint too, but if I create a new project without a |
Comment by zaggino
|
Comment by zaggino This died due to lack of feedback. |
Issue by zaggino
Wednesday Dec 09, 2015 at 03:54 GMT
Originally opened as adobe/brackets#11988
ref: adobe/brackets#11984
mostly cut out from my extension https://github.com/zaggino/brackets-eslint
zaggino included the following code: https://github.com/adobe/brackets/pull/11988/commits
The text was updated successfully, but these errors were encountered: