diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..719c3e0 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,5 @@ +{ + "ignorePatterns": [ + "tests/encodings/*.js" + ] +}