From 2cfe02da62eece0a3ee78184319590bf0ca088a8 Mon Sep 17 00:00:00 2001 From: Nerwyn Singh Date: Sun, 22 Sep 2024 01:38:11 -0400 Subject: [PATCH] add rest of numeric and regexp extensions --- .eslintrc.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.config.cjs b/.eslintrc.config.cjs index b40248a..3517e93 100644 --- a/.eslintrc.config.cjs +++ b/.eslintrc.config.cjs @@ -9,5 +9,5 @@ module.exports = { }, ], }, - ignores: ['node_modules/*', 'dist', 'webpack.config.js'], + ignores: ['node_modules/*', 'dist/*', 'webpack.config.js'], };