diff --git a/lib/utils/vue3-export-names.json b/lib/utils/vue3-export-names.json index 15b72e2fc..f676e8440 100644 --- a/lib/utils/vue3-export-names.json +++ b/lib/utils/vue3-export-names.json @@ -276,6 +276,7 @@ "IframeHTMLAttributes", "ImgHTMLAttributes", "InsHTMLAttributes", + "InputTypeHTMLAttribute", "InputHTMLAttributes", "KeygenHTMLAttributes", "LabelHTMLAttributes", diff --git a/package.json b/package.json index eb3750f4a..274aa2da2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "9.17.0", + "version": "9.18.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "scripts": {