From 33c5d05e4983beefcc74a91d35a4384d83441623 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Tue, 9 Nov 2021 13:17:50 -0600 Subject: [PATCH] chore: tell linter to ignore auto-gen types file which is super noisy (#180) --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index bb03a8b..79343bf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,6 +2,7 @@ const {defineConfig} = require('eslint-define-config'); module.exports = defineConfig({ + ignorePatterns: ['**/graphql/types/types.ts'], root: true, plugins: ['eslint-plugin-tsdoc'], extends: [