diff options
Diffstat (limited to 'testing/xpcshell/dns-packet/.eslintrc')
-rw-r--r-- | testing/xpcshell/dns-packet/.eslintrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/xpcshell/dns-packet/.eslintrc b/testing/xpcshell/dns-packet/.eslintrc new file mode 100644 index 0000000000..d3ed05cf86 --- /dev/null +++ b/testing/xpcshell/dns-packet/.eslintrc @@ -0,0 +1,9 @@ +root: true + +parserOptions: + ecmaVersion: 2015 + +env: + node: true + +extends: standard |