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