chore(eslint-config): bump deps version (#11465)

This commit is contained in:
neverland
2023-01-07 21:56:49 +08:00
committed by GitHub
parent 58fe29a611
commit f32e3d9990
5 changed files with 106 additions and 268 deletions

View File

@@ -24,7 +24,6 @@ test('a vue project should pass lint', async () => {
expect([
'no-const-assign',
'@typescript-eslint/no-unused-vars',
'vue/multi-word-component-names',
'no-undef',
]).toEqual(rest);
});
@@ -34,7 +33,6 @@ test('a vue-tsx project should pass lint', async () => {
expect([
'@typescript-eslint/no-unused-vars',
'vue/multi-word-component-names',
'vue/no-ref-as-operand',
'@typescript-eslint/no-empty-interface',
]).toEqual(rest);