-
```shell
PS E:\web-project\fast-vue3> pnpm i
Scope: all 2 workspace projects
Lockfile is up to date, resolution step is skipped
Packages: +1549
+++++++++++++++++++++++++++++++++++++++++++++++++++…
-
## Design Doc
### Context
Create a module that extends the Nuxt ESLint module and adds commonly used ESLint rules.
There is a possibility of adding Prettier, StyleLint, MarkdownLint, etc. in th…
-
## Step1:改造 package.json
vueCli 相关的依赖可以删除:
```diff
# devDependencies
-"@vue/cli-plugin-babel": "~4.5.12",
-"@vue/cli-plugin-eslint": "~4.5.12",
-"@vue/cli-plugin-typescript": "~4.5.12",
…
-
```bash
eslint --fix --ext .js,.vue,.ts,.tsx .
```
加上文件后缀,配好 vue-eslint-parser 和 babel-eslint 的 parser,结果 ts 文件硬是不能正确识别...
找了半天才找到一个配置项`overrides` -_-
```js
{
parser: 'vue-eslint-parser',…
-
### Reporting a bug?
If `key` has dot like `a.b.c`, `$t('a.b.c')` will get the correct result, but `$te` will return false.
### Expected behavior
`$te` return `true`
### Reproduction
```JSON
{…
-
1. Use class-based components, not Vue's proprietary data shape that gets passed to Vue.extend. (at least for Vue 2)
2. For Vuex support (types on your action / mutation payloads), use https://gith…
-
Currently I'm using eslint for code lint, basically auto set up by command `npm init @eslint/config`, but it keep saying like `import type {xxx} from xxx` is wrong syntax. I tried also @barbel/eslint-…
-
**Describe the bug**
Node Audit Analyzer detects a problem and declares this dependency to be skipped: "dependency skipped: package.json contain an alias for vue-loader-v16 => vue-loader@16.1.2 npm a…
-
with this package.json configuration below. Auditjs in version 4.0.33 submits lodash dev-dependency to nexus iq server. But should not.
node_modules/auditjs/bin/index.js iq -a AGDB-UI -s build -h htt…
-
### Reporting a bug?
After upgrade to typescript v5. The type check with `vue-tsc` throws errors with the usage of `$t` in vue template syntax. I think this might come from the `exports` definition i…