这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Conversation

@bryanstearns
Copy link
Contributor

I generated a new app with 4.14.1 and found that ignite g screen left app/screens/index.ts with a syntax error: ignite new produced that file without a trailing newline.

I tracked this down to incorrect globs in package.json's format scripts - they weren't quoted, so the shell was expanding them incorrectly, and a lot of files were left unprettiered.

This PR fixes the globs, and includes changes resulting from prettiering everything. I made sure the tests pass (which format and lint a generated project) - that made me notice that we weren't cleaning up the generated project, so I fixed that.

Also, I discovered weird errors from eslint; I fixed them by bumping our @typescript-eslint versions, but that got me an incompatibility with typescript 3.7, so I bumped that to 3.8.3 (top-level await ftw!)

@jamonholmgren jamonholmgren merged commit 3a343bb into master Mar 17, 2020
@jamonholmgren jamonholmgren deleted the fix-format-globs branch March 17, 2020 22:01
infinitered-circleci pushed a commit that referenced this pull request Mar 17, 2020
## [4.14.2](v4.14.1...v4.14.2) (2020-03-17)

### Bug Fixes

* **lint:** format globs; bump Typescript to 3.8 ([#324](#324) by [@bryanstearns](https://github.com/bryanstearns)) ([3a343bb](3a343bb))
@infinitered-circleci
Copy link
Collaborator

🎉 This PR is included in version 4.14.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants