Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
felixoi committed May 14, 2024
1 parent 2b496ba commit f84758a
Show file tree
Hide file tree
Showing 3 changed files with 4,039 additions and 3,681 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ module.exports = {
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-unused-vars': ["error", { "varsIgnorePattern": "[iI]gnored" }]
'no-unused-vars': ["error", { "varsIgnorePattern": "[iI]gnored" }],
'vue/multi-word-component-names': 'off',
'vue/no-reserved-component-names': 'off'
},
parserOptions: {
parser: 'babel-eslint'
Expand Down
Loading

0 comments on commit f84758a

Please sign in to comment.