From 86064cbb8798a4369fda197d095c99e35b05d0e8 Mon Sep 17 00:00:00 2001 From: scott-newcomer Date: Wed, 14 Apr 2021 19:18:03 -0500 Subject: [PATCH] revert --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index c87caac437..23df137eb3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,6 +20,7 @@ "tryExtensions": [".js", ".ts", ".d.ts", ".json"] } }, + "ignorePatterns": ["dist", "ts-dist", "node_modules", "tmp"], "rules": { // disabled because we still have a few commented tests "qunit/no-commented-tests": "off",