You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
* 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
Closesrealreality#74realreality#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
Closesrealreality#74realreality#75
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 ?
The text was updated successfully, but these errors were encountered: