diff options
Diffstat (limited to 'caps/tests/mochitest/.eslintrc.js')
-rw-r--r-- | caps/tests/mochitest/.eslintrc.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/caps/tests/mochitest/.eslintrc.js b/caps/tests/mochitest/.eslintrc.js new file mode 100644 index 0000000000..735f687ed1 --- /dev/null +++ b/caps/tests/mochitest/.eslintrc.js @@ -0,0 +1,5 @@ +"use strict"; + +module.exports = { + extends: ["plugin:mozilla/mochitest-test", "plugin:mozilla/browser-test"], +}; |