fix(types): should unwrap array -> object -> ref
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user