gecko-dev/chrome/test/.eslintrc.js
Mithilan 28220f084a Bug 1403956 - Enable ESLint from chrome/ directory. r=standard8
MozReview-Commit-ID: LHSMjEKeNAe

--HG--
extra : rebase_source : 36c231e48283dc433fee748b8fbf4cf4ab13dd14
2017-10-26 16:56:18 -04:00

7 lines
90 B
JavaScript

"use strict";
module.exports = {
"extends": [
"plugin:mozilla/xpcshell-test"
]
};