chore: leave no-undef checking up to TypeScript (#24726)

This commit is contained in:
Steven Luscher 2022-04-27 09:31:57 -07:00 committed by GitHub
parent 71ad121282
commit 0e3056f265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ module.exports = {
'linebreak-style': ['error', 'unix'],
'no-console': [0],
'no-trailing-spaces': ['error'],
'no-undef': 'off',
'no-unused-vars': 'off',
quotes: [
'error',