tspath
tspath copied to clipboard
Added linting and automatic formatting with prettier
- Added Prettier and script to prettify built JS. Auto-runs after building ts.
- Added ESLint and script to run it. Auto-runs before building ts.
- Added Husky pre-commit hooks to lint files before commits. Fails on ESLint errors AND warnings.
- Fixed the linting errors, which was largely use of
letinstead ofconstand use of explicitany.
Note: branched off branch for PR: https://github.com/duffman/tspath/pull/47