]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
refactor!: use `@vue/create-eslint-config` for ESLint config generation
authorHaoqun Jiang <haoqunjiang@gmail.com>
Sun, 4 Sep 2022 04:52:21 +0000 (12:52 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Sun, 4 Sep 2022 04:55:13 +0000 (12:55 +0800)
commitf4ac339764ebd06bd23705bbaabb14fa229c31a6
treeb03846ad51f150153fd526eae96903d2c6d2a7ad
parent2f2b040e5a73093926be0f69054a9616918ba5b8
refactor!: use `@vue/create-eslint-config` for ESLint config generation

Airbnb & Standard options are not added yet.

The difference with the previous implementation is that we now
use `@vue/eslint-config-typescript` instead of
`@vue/eslint-config-typescript/recommended`, because I'm not very
satisfied with the current implementation of the latter config.
There are some edge cases that may confuse users.

I need to find time to refactor that package in the coming months.
LICENSE
package.json
pnpm-lock.yaml
template/eslint/package.json
utils/renderEslint.ts