Skip to content

Commit 84fa7f7

Browse files
Merge pull request #144 from vue-pivottable/ts-lint
chore(lint): add lint option no-explicit-any
2 parents 53b06c3 + d3f3dab commit 84fa7f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ export default defineConfig([
5151
ignores: ['pre', 'textarea', 'div'],
5252
externalIgnores: []
5353
}
54-
]
54+
],
55+
'@typescript-eslint/no-explicit-any': 'off'
5556
}
5657
}
5758
])

0 commit comments

Comments
 (0)