diff options
Diffstat (limited to 'devtools/client/performance/test/xpcshell/.eslintrc.js')
-rw-r--r-- | devtools/client/performance/test/xpcshell/.eslintrc.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/client/performance/test/xpcshell/.eslintrc.js b/devtools/client/performance/test/xpcshell/.eslintrc.js new file mode 100644 index 0000000000..7f6b62a9e5 --- /dev/null +++ b/devtools/client/performance/test/xpcshell/.eslintrc.js @@ -0,0 +1,6 @@ +"use strict"; + +module.exports = { + // Extend from the shared list of defined globals for mochitests. + extends: "../../../../.eslintrc.xpcshell.js", +}; |