We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06155f5 commit 9263108Copy full SHA for 9263108
eslint.config.js
@@ -6,5 +6,6 @@ export default tresLintConfig({
6
rules: {
7
'style/max-statements-per-line': 'off',
8
'vue/attribute-hyphenation': 'off',
9
+ 'jsdoc/check-alignment': 'off',
10
},
11
})
0 commit comments