Skip to content

Commit

Permalink
chore: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Oct 24, 2021
1 parent 4227b67 commit b058e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/index.js
Expand Up @@ -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: '^_' }],
Expand Down

0 comments on commit b058e0c

Please sign in to comment.