Skip to content

Commit

Permalink
Bump @manifoldco/manifold-init from 0.7.3 to 0.7.5 (#206)
Browse files Browse the repository at this point in the history
* Bump @manifoldco/manifold-init from 0.7.3 to 0.7.5

Bumps [@manifoldco/manifold-init](https://github.com/manifoldco/manifold-init) from 0.7.3 to 0.7.5.
- [Release notes](https://github.com/manifoldco/manifold-init/releases)
- [Commits](manifoldco/manifold-init@v0.7.3...v0.7.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Fix test

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Drew Powers <[email protected]>
  • Loading branch information
dependabot-preview[bot] and drwpow authored May 15, 2020
1 parent 7d6f884 commit bd51395
Show file tree
Hide file tree
Showing 4 changed files with 3,902 additions and 2,485 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-unused-vars': 'off', // compiler catches these well enough
'arrow-parens': 'off', // let Prettier decide
camelcase: 'off', // underscores are a thing
Expand Down
Loading

0 comments on commit bd51395

Please sign in to comment.