From b058e0c007d7f29a99348b79ff8e0e29b2beae06 Mon Sep 17 00:00:00 2001 From: "Xin Du (Clark)" Date: Sun, 24 Oct 2021 19:02:15 +0100 Subject: [PATCH] chore: fix lint errors --- packages/eslint-config-typescript/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/eslint-config-typescript/index.js b/packages/eslint-config-typescript/index.js index c14621b6..b4a1142e 100644 --- a/packages/eslint-config-typescript/index.js +++ b/packages/eslint-config-typescript/index.js @@ -3,9 +3,9 @@ module.exports = { '@nuxtjs' ], plugins: ['@typescript-eslint'], - parser: "vue-eslint-parser", + parser: 'vue-eslint-parser', parserOptions: { - "parser": "@typescript-eslint/parser", + parser: '@typescript-eslint/parser' }, rules: { '@typescript-eslint/no-unused-vars': ['error', { args: 'all', argsIgnorePattern: '^_' }],