From f9952f721fcf79cbb582ddea621b30aff15b6c25 Mon Sep 17 00:00:00 2001 From: Charles Stover Date: Sun, 23 May 2021 19:50:09 -0700 Subject: [PATCH] Update tsconfig.eslint.json --- tsconfig.eslint.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index 2061743..df88b4d 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -2,10 +2,12 @@ "exclude": ["/.yarn/", "/dist/", "/jest/", "/node_modules/", "/types/"], "extends": "./tsconfig.json", "include": [ + ".eslintrc.json", "**/*.cjs", "**/*.d.ts", "**/*.js", "**/*.json", + "**/*.jsx", "**/*.ts", "**/*.tsx", "**/*.yml"