Drop linting of the .eslintrc.js config files. Fix some minor errors in the code (missing let/const, undefined vars). Let eslint know that some files get their globals from other places (typically via xul script tags). MozReview-Commit-ID: CwxuwPtRUr6
8 lines
112 B
JavaScript
8 lines
112 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": [
|
|
"../../../../testing/xpcshell/xpcshell.eslintrc.js"
|
|
]
|
|
};
|