Skip to content

Commit

Permalink
Merge pull request #51 from mpx-ecology/fix/eslint-lint
Browse files Browse the repository at this point in the history
fix: eslint-config error
  • Loading branch information
mater1996 authored Oct 13, 2022
2 parents a607862 + 781282a commit 7e14441
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 7e14441

Please sign in to comment.