8000 fix: update eslint to latest major in generator (#152) · oclif/oclif@7d72d21 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 7d72d21

Browse files
Aghassijdx
authored andcommitted
fix: update eslint to latest major in generator (#152)
* fix: update eslint to latest major in generator * Update app.ts
1 parent 7710dd9 commit 7d72d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generators/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,8 @@ class App extends Generator {
471471
}
472472
} else {
473473
devDependencies.push(
474-
'eslint@^4',
475-
'eslint-config-oclif@^1',
474+
'eslint@^5',
475+
'eslint-config-oclif@^3',
476476
)
477477
}
478478
if (isWindows) devDependencies.push('rimraf')

0 commit comments

Comments
 (0)
0