import config from '@pengzhanbo/eslint-config-vue' export default config({ formatters: { css: true, }, ignores: ['lib', 'docs/**/*.md'], globals: { __VUEPRESS_VERSION__: 'readonly', __VUEPRESS_BASE__: 'readonly', __VUEPRESS_DEV__: 'readonly', __VUEPRESS_SSR__: 'readonly', __VUE_HMR_RUNTIME__: 'readonly', __VUE_OPTIONS_API__: 'readonly', __VUE_PROD_DEVTOOLS__: 'readonly', }, })