diff options
Diffstat (limited to 'toolkit/mozapps/update/tests/data/.eslintrc.js')
-rw-r--r-- | toolkit/mozapps/update/tests/data/.eslintrc.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/toolkit/mozapps/update/tests/data/.eslintrc.js b/toolkit/mozapps/update/tests/data/.eslintrc.js new file mode 100644 index 0000000000..cdeed96871 --- /dev/null +++ b/toolkit/mozapps/update/tests/data/.eslintrc.js @@ -0,0 +1,9 @@ +// The files in this directory are shared by mochitest-browser-chrome, +// mochitest-chrome, and xpcshell tests. At this time it is simpler to just use +// plugin:mozilla/xpcshell-test for eslint. + +"use strict"; + +module.exports = { + extends: ["plugin:mozilla/xpcshell-test"], +}; |