Skip to content

Commit

Permalink
feat: disable vue/no-extra-parens (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuebit authored Mar 27, 2024
1 parent 9f6d6f0 commit e86f08a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ module.exports = {
'vue/custom-event-name-casing': ['error', 'kebab-case'],
'vue/define-macros-order': 'off',
'vue/html-closing-bracket-newline': 'off',
'vue/no-extra-parens': 'off',
'vue/no-useless-v-bind': ['error', { ignoreStringEscape: true }],
'vue/no-v-text-v-html-on-component': 'off',
'vue/singleline-html-element-content-newline': 'off'
Expand Down

0 comments on commit e86f08a

Please sign in to comment.