forked from mirrors/gecko-dev
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 --HG-- extra : rebase_source : b520b96177281a1b1770edf53a01cbc2196f494f
2 lines
73 B
JavaScript
2 lines
73 B
JavaScript
// Oh no.. we called this variable foobar, bad!
|
|
var foobar = "a string";
|