Skip to content

Commit

Permalink
fix eslint for vue (louislam#121 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Jul 31, 2021
1 parent 642a711 commit 7f42888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ module.exports = {
"array-bracket-newline": ["error", "consistent"],
"eol-last": ["error", "always"],
//'prefer-template': 'error',
"comma-dangle": ["warn", "always-multiline"],
"comma-dangle": ["warn", "only-multiline"],
},
}

0 comments on commit 7f42888

Please sign in to comment.