Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to TypeScript #75

Open
vire opened this issue Mar 31, 2017 · 1 comment
Open

Migrate to TypeScript #75

vire opened this issue Mar 31, 2017 · 1 comment

Comments

@vire
Copy link
Collaborator

vire commented Mar 31, 2017

Considering the current state of JS, there is really no reason to not use types & profit from all benefits - compile time checking, code intel, documentation, reliability, decrease in bug density etc.

@michalbcz WDYT ?

@michalbcz
Copy link
Member

@vire yep, you are right. why not. you've got green if you want to do it :)

vire added a commit to vire/reality-plugin that referenced this issue Apr 3, 2017
* added 🐶husky to run prepush
* fix .editorconfig - corrected to use LF setting for all files
* lint: semi set to never
* lint: comma dange - always-multiline, because of duplicating lines
* moved jest config into .jestrc
* update package.json scripts
* added tsconfig, tslint, tsfmt for styling codebase
* migrated all impl to ts
* migrated non-vue tests to ts

Closes realreality#74 realreality#75
vire added a commit to vire/reality-plugin that referenced this issue Apr 3, 2017
* added 🐶husky to run prepush
* fix .editorconfig - corrected to use LF setting for all files
* lint: semi set to never
* lint: comma dange - always-multiline, because of duplicating lines
* moved jest config into .jestrc
* update package.json scripts
* added tsconfig, tslint, tsfmt for styling codebase
* migrated all impl to ts
* migrated non-vue tests to ts

Closes realreality#74 realreality#75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants