chore: upgrade ESLint 9

This commit is contained in:
三咲智子 Kevin Deng
2024-05-25 14:02:07 +08:00
parent 261d63f683
commit dabd9947bf
6 changed files with 1165 additions and 825 deletions

View File

@ -482,11 +482,8 @@ test('reassign variable as component should work', () => {
},
});
/* eslint-disable */
const _a2 = 2;
a = _a2;
/* eslint-enable */
a = <A>{a}</A>;
const wrapper = mount({