Skip to content

Commit f3b2b2e

Browse files
authored
chore(common): fix eslint warning (#408)
* chore(common): fix eslint warning * fix wrong config * revert change
1 parent 4279218 commit f3b2b2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eslint.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ export default [
5858
],
5959
'react/prop-types': 'off',
6060
'vue/multi-word-component-names': 'off',
61+
'vue/html-self-closing': 'off',
62+
},
63+
},
64+
{
65+
files: ['packages/cli/templates/vue2/**'],
66+
rules: {
67+
'vue/require-prop-types': 'off',
6168
},
6269
},
6370
]

0 commit comments

Comments
 (0)