diff --git a/.eslintrc.js b/.eslintrc.js index 5ec892798..c5434b1b3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -37,6 +37,8 @@ module.exports = { ], "vue/singleline-html-element-content-newline": "off", "vue/multiline-html-element-content-newline": "off", + "vue/require-default-prop": "warn", + "vue/require-prop-types": "warn", "prettier/prettier": ["warn", { semi: false }], "import/no-named-as-default": "off", "no-undef": "off", diff --git a/components/collections/SaveRequest.vue b/components/collections/SaveRequest.vue index 9dc61f8fc..ea53e0c64 100644 --- a/components/collections/SaveRequest.vue +++ b/components/collections/SaveRequest.vue @@ -12,15 +12,20 @@
- +
@@ -42,12 +47,12 @@ + + diff --git a/components/collections/index.vue b/components/collections/index.vue index b69cf358f..a8ea48b56 100644 --- a/components/collections/index.vue +++ b/components/collections/index.vue @@ -1,17 +1,17 @@ - - + + diff --git a/components/collections/my/Collection.vue b/components/collections/my/Collection.vue index 1d0d34a91..2f477be59 100644 --- a/components/collections/my/Collection.vue +++ b/components/collections/my/Collection.vue @@ -1,7 +1,10 @@