chore: leave no-undef checking up to TypeScript (#24726)
This commit is contained in:
parent
71ad121282
commit
0e3056f265
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue