Skip to content

Commit

Permalink
feat(scaffold-project): project configs for javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
trevtrich committed Feb 19, 2020
1 parent 2ddd6bb commit 23b0da9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/commands/scaffold-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ class ScaffoldProject extends Command {
languages: {
JavaScript: options => scaffoldJavaScript({
...options,
configs: {
eslint: {scope: '@form8ion'},
remark: '@form8ion/remark-lint-preset',
babelPreset: {name: '@form8ion', packageName: '@form8ion/babel-preset'},
commitlint: {name: '@form8ion', packageName: '@form8ion/commitlint-config'}
},
ciServices: {Travis: {scaffolder: scaffoldTravisForJavaScript, public: true}}
})
},
Expand Down

0 comments on commit 23b0da9

Please sign in to comment.