In a way we are misusing rules here and creating new behaviours but we do have access to a lot of the things we need. We had to remove some spidermonkey specific syntax from the devtools files but we have a config we are happy with.
We don't have a specific repository because we have been working in bugzilla. We chose out .eslintrc here: https://etherpad.mozilla.org/eslint-devtools - http://bugzil.la/1166189 One problem is that different teams have different configs but of course we are more than happy to share rules that help with Gecko code. - Auto import Cu Imported globals: http://bugzil.la/1168338 - Hopefully import globals from head.js in mochitest-browser files: http://bugzil.la/1168340 (we have the text but need to find a way to grab the globals from there)... we could also add the globals from imported scripts - Maybe import other stuff if we need to. -- You received this message because you are subscribed to the Google Groups "ESLint" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
