Skip to content

Commit

Permalink
Merge pull request #528 from AudiovisualMetadataPlatform/AMP-3122_vue3
Browse files Browse the repository at this point in the history
AMP-3252_unusedDep
  • Loading branch information
yingfeng-iu authored Jul 24, 2024
2 parents 3ecc402 + 3af5273 commit 03a1a07
Show file tree
Hide file tree
Showing 6 changed files with 329 additions and 2,414 deletions.
11 changes: 5 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ module.exports = {
},
"plugins": [
"vue",
"react"
],
"rules": {
'no-console': 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
"no-console": "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
"no-unused-vars": "off",
"vue/no-unused-components": "off",
"no-mixed-spaces-and-tabs": "off",
'vue/multi-word-component-names': 'off',
"vue/no-mutating-props": 'off'
"vue/no-unused-components": "off",
"vue/no-mutating-props": "off",
"vue/multi-word-component-names": "off"
}
};
Loading

0 comments on commit 03a1a07

Please sign in to comment.