Skip to content

Commit

Permalink
Merge pull request #5510 from BacLuc/turn-off-vue3-ony-lint-rules
Browse files Browse the repository at this point in the history
frontend: disable lint rules for vue3 only features
  • Loading branch information
carlobeltrame committed Jul 15, 2024
2 parents 3643502 + 56778d3 commit d7c7571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@
],
"vue/multi-word-component-names": "off",
"vue/no-deprecated-destroyed-lifecycle": "off",
"vue/no-deprecated-dollar-listeners-api": "warn",
"vue/no-deprecated-dollar-listeners-api": "off",
"vue/no-deprecated-dollar-scopedslots-api": "off",
"vue/no-deprecated-filter": "warn",
"vue/no-deprecated-props-default-this": "warn",
"vue/no-deprecated-props-default-this": "off",
"vue/no-deprecated-slot-attribute": "off",
"vue/no-deprecated-slot-scope-attribute": "off",
"vue/no-deprecated-v-bind-sync": "off",
"vue/no-deprecated-v-on-native-modifier": "warn",
"vue/no-v-for-template-key-on-child": "warn",
"vue/no-v-for-template-key-on-child": "off",
"vue/no-v-model-argument": "warn",
"vue/require-explicit-emits": "off",
"no-unused-vars": [
Expand Down

0 comments on commit d7c7571

Please sign in to comment.