Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: update eslint to latest major in generator (#152)
Browse files Browse the repository at this point in the history
* fix: update eslint to latest major in generator

* Update app.ts
  • Loading branch information
Aghassi authored and jdx committed Aug 22, 2018
1 parent 7710dd9 commit 7d72d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ class App extends Generator {
}
} else {
devDependencies.push(
'eslint@^4',
'eslint-config-oclif@^1',
'eslint@^5',
'eslint-config-oclif@^3',
)
}
if (isWindows) devDependencies.push('rimraf')
Expand Down

0 comments on commit 7d72d21

Please sign in to comment.