Mozlint provides two main benefits: 1. A common system for defining lints across multiple languages 2. A common interface and result format for running them This commit only adds the core library, it does not add any consumers of mozlint just yet. MozReview-Commit-ID: CSQzq5del5k
3 lines
73 B
JavaScript
3 lines
73 B
JavaScript
// Oh no.. we called this variable foobar, bad!
|
|
var foobar = "a string";
|