gecko-dev/tools/.eslintrc.js
Dan Banner c07b5f8b23 Bug 1360293 - Enable the Mozilla ESlint recommended rules for tools/. r=jryans
MozReview-Commit-ID: JMcgZ9taEV5

--HG--
extra : rebase_source : 806d9aa8c470ab35253682a5f16e528ca8d73cc5
2017-05-01 11:38:39 +01:00

12 lines
119 B
JavaScript

"use strict";
module.exports = {
extends: [
"plugin:mozilla/recommended"
],
plugins: [
"mozilla"
]
}