-
Recent Posts
Related Links
Tags
Archives
Meta
Tag Archives: eslint
Running ESLint on commit for mozilla-central (Git & Mercurial)
A while ago, Dave Townsend wrote a commit hook for Mercurial for ESLint. I’ve just extended the code to create a commit hook for Git users. To install the Git hook, go into the top-level of your mozilla-central Git repository, … Continue reading
Using eslint alongside the Firefox Hello code base to help productivity
On Firefox Hello, we recently added the eslint linter to be run against the Hello code base. We started of with a minimal set of rules, just enough to get us something running. Now we’re working on enabling more rules. … Continue reading