Skip to content

Commit 1473f79

Browse files
perf($ESLint): update ESLint rule yoda
'yoda': 'off'
1 parent 9f98264 commit 1473f79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ module.exports = {
4747
'vue/html-quotes': 'error',
4848
'vue/mustache-interpolation-spacing': 'error',
4949
'vue/html-self-closing': 'error',
50-
'no-unused-vars': 'error'
50+
'no-unused-vars': 'error',
51+
'yoda': 'off'
5152
},
5253
parserOptions: {
5354
parser: '@typescript-eslint/parser',

0 commit comments

Comments
 (0)