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.
yoda
1 parent 9f98264 commit 1473f79Copy full SHA for 1473f79
.eslintrc.js
@@ -47,7 +47,8 @@ module.exports = {
47
'vue/html-quotes': 'error',
48
'vue/mustache-interpolation-spacing': 'error',
49
'vue/html-self-closing': 'error',
50
- 'no-unused-vars': 'error'
+ 'no-unused-vars': 'error',
51
+ 'yoda': 'off'
52
},
53
parserOptions: {
54
parser: '@typescript-eslint/parser',
0 commit comments