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
{{ message }}
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
The Typescript quickstart uses react-scripts-ts and as such seems to be the go to for starting a React+TS based project.
I converted https://github.com/3D-e-Chem/molviewer-tsx/tree/react-scripts-ts from using this repo (ours) to the react-scripts-ts (theirs). The molviewer uses prettier for formatting. To make linter pass the
semi-colon
,interface-name
,typedef
,no-any
rules where removed.This repo is different (ours -> theirs) by:
tslint --type-check -t verbose --project .
Most of the improvements in our repo can be added to theirs.
After which we could moth-ball this repo, freeing us from it's maintenance.
The text was updated successfully, but these errors were encountered: