diff --git a/apps/playground/eslint.config.js b/apps/playground/eslint.config.js index f85a523dd..00330b02c 100644 --- a/apps/playground/eslint.config.js +++ b/apps/playground/eslint.config.js @@ -1,3 +1,3 @@ -// @ts-check +import antdv from "@ant-design-vue/eslint-config" -export { default } from '@ant-design-vue/eslint-config/vue' +export default antdv() diff --git a/apps/playground/src/App.vue b/apps/playground/src/App.vue index 4d4ebc37c..d4b143b17 100644 --- a/apps/playground/src/App.vue +++ b/apps/playground/src/App.vue @@ -1,5 +1,5 @@