Skip to content

Commit 71d349c

Browse files
committed
chore: add comments about Vue CLI todos
1 parent e780b24 commit 71d349c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/create-eslint-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ const { pkg: pkgToExtend, files } = createConfig({
275275

276276
// TODO:
277277
// Add `lint` command to package.json
278-
// - Vue CLI -> vue-cli-service lint
279-
// - Otherwise -> eslint ... (extensions vary based on the language)
278+
// - eslint ... (extensions vary based on the language)
279+
// - note: for Vue CLI, remove the @vue/cli-plugin-eslint and override its lint command, they are too outdated.
280280
// Add a `format` command to package.json when prettier is used
281281
// TODO:
282282
// Add a note about that Vue CLI projects may need a `tsconfig.eslint.json`

0 commit comments

Comments
 (0)