Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
- added eslint rule
  • Loading branch information
severinbeauvais authored Jan 31, 2024
1 parent 201cd76 commit 1db6273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'max-len': ['warn', { code: 120, ignoreRegExpLiterals: true }],
'vue/attribute-hyphenation': 'off',
'vue/component-name-in-template-casing': ['error', 'PascalCase'],
'vue/no-deprecated-filter': 'warn',
'vue/no-deprecated-slot-scope-attribute': 'warn',
'vue/no-deprecated-v-on-native-modifier': 'warn',
Expand Down

0 comments on commit 1db6273

Please sign in to comment.