Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws

MozReview-Commit-ID: LH0CQOPfoe6
This commit is contained in:
Mark Banner
2017-03-20 12:36:37 +01:00
parent adc8d96d12
commit ec9074e132
193 changed files with 234 additions and 234 deletions

View File

@@ -2,6 +2,6 @@
module.exports = {
"extends": [
"../../../../testing/mochitest/chrome.eslintrc.js"
"plugin:mozilla/chrome-test"
],
};