From f2ef13d3a944754640b8834805adc58d8408008f Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 25 Apr 2024 11:08:24 -0700 Subject: [PATCH] update .eslintrc.json --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index d8dd055..26f5eae 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,8 @@ "plugins": [], "ignorePatterns": [ "dist", - "importsJSONfile.js" + "importsJSONfile.with.js", + "importsJSONfile.assert.legacy.js" ], "extends": [ "eslint:recommended",