Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mater1996 authored Oct 13, 2022
1 parent a607862 commit 781282a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-mpx-eslint/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (api, options = {}) {
eslint: '^7.0.0'
}
}
if (options.needTs) {
if (!options.needTs) {
deps.devDependencies['@mpxjs/eslint-config'] = '^1.0.5'
} else {
deps.devDependencies['@mpxjs/eslint-config-ts'] = '^1.0.5'
Expand Down

0 comments on commit 781282a

Please sign in to comment.