Skip to content

Commit aba421a

Browse files
chore: fix test
1 parent cd41821 commit aba421a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default tseslint.config(
66
tseslint.configs.recommended,
77
{
88
rules: {
9+
"@typescript-eslint/ban-ts-comment": "warn",
910
"@typescript-eslint/no-explicit-any": "off",
1011
},
1112
ignores: ["node_modules", "lib"]

tests/api.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('Public API', () => {
9494
'<em key="1"><b key="2">It\' is working</b></em>',
9595
{
9696
overrides: {
97-
// @ts-expect-error test passing invalid selector
97+
// @ts-ignore test passing invalid selector
9898
span: () => null,
9999
},
100100
}

0 commit comments

Comments
 (0)