diff options
Diffstat (limited to 'testing/mozbase/mozprofile/tests/files/dummy-profile/.eslintrc.js')
-rw-r--r-- | testing/mozbase/mozprofile/tests/files/dummy-profile/.eslintrc.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/mozbase/mozprofile/tests/files/dummy-profile/.eslintrc.js b/testing/mozbase/mozprofile/tests/files/dummy-profile/.eslintrc.js new file mode 100644 index 0000000000..8d36cca287 --- /dev/null +++ b/testing/mozbase/mozprofile/tests/files/dummy-profile/.eslintrc.js @@ -0,0 +1,7 @@ +"use strict"; + +module.exports = { + globals: { + user_pref: true, + }, +}; |