From e6d9cf60e6314bb5c5e270fefad63f60a563183c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iw=C3=A1=20Duarte?= Date: Wed, 12 Oct 2022 17:54:04 -0300 Subject: [PATCH] refactor: update ignorePatterns with new folder naming --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index a6020f4..7e15600 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,7 +11,7 @@ "parserOptions": { "ecmaVersion": "latest" }, - "ignorePatterns": ["template/**", "**/vendor/*.js"], + "ignorePatterns": ["templates/**", "**/vendor/*.js"], "rules": { } }