chore: tell linter to ignore auto-gen types file which is super noisy (#180)

This commit is contained in:
Josh Larson 2021-11-09 13:17:50 -06:00 committed by GitHub
parent aa78095c0d
commit 33c5d05e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: [