Skip to content

Commit

Permalink
Chore: eslint-plugin-vue 설치 및 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
lillie-yang committed May 1, 2021
1 parent 8a268d9 commit ef254a3
Show file tree
Hide file tree
Showing 3 changed files with 13,613 additions and 6,567 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
module.exports = {
extends: ['airbnb-base', 'pretteir:prettier/recommended'],
plugins: 'import',
extends: [
'airbnb-base',
'plugin:vue/recommended',
'pretteir:prettier/recommended'
],
plugins: ['vue', 'import'],
env: {
browser: true,
node: true,
Expand Down
Loading

0 comments on commit ef254a3

Please sign in to comment.