From 4c12681b1cd33a2339ec9c7e352fd270f541dcb6 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 14 Jun 2024 18:05:08 +0200 Subject: [PATCH] Ignore tests file with .estlintrc.json --- .eslintrc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .eslintrc.json 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" + ] +}