mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-02 01:53:28 +08:00
chore: upgrade ESLint 9
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user