The project has no linting, currently
#464 removed the reference to tslint (though it is not mentioned in the commit)
While it might have been better to add a lint script in package.json instead of removing tsling, the recommendation is eslint, now.
Having a linter would be a good start towards a common style (and also to avoid common mistakes).
The project has no linting, currently
#464 removed the reference to
tslint(though it is not mentioned in the commit)While it might have been better to add a lint script in
package.jsoninstead of removingtsling, the recommendation iseslint, now.Having a linter would be a good start towards a common style (and also to avoid common mistakes).