Skip to content

Commit

Permalink
feat: install .eslintrc (#44)
Browse files Browse the repository at this point in the history
* feat: install .eslintrc

* chore: update style
  • Loading branch information
amcgee authored and varl committed May 14, 2019
1 parent f0b696c commit 1c0f905
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ function configure(repo) {
path.join(__dirname, '../config/editorconfig.config.rc'),
path.join(repo, '.editorconfig'),
],
[
path.join(__dirname, '../config/eslint.config.js'),
path.join(repo, '.eslintrc.js'),
],
].map(cfg => copy(cfg[0], cfg[1]))
}

Expand Down

0 comments on commit 1c0f905

Please sign in to comment.