fix(types): should unwrap array -> object -> ref

This commit is contained in:
Evan You
2020-06-29 12:26:28 -04:00
parent 028a8c20df
commit 82b28a5ecb
3 changed files with 21 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ module.exports = {
overrides: [
// tests, no restrictions (runs in Node / jest with jsdom)
{
files: ['**/__tests__/**'],
files: ['**/__tests__/**', 'test-dts/**'],
rules: {
'no-restricted-globals': 'off',
'no-restricted-syntax': 'off'