Template repository with configuration for eslint, prettier & vscode.
- Runs the linter on all files in the
src
directory.
- Compiles the source TypeScript code, and lints the source.
$ tsc --project ./ && eslint ./src/**/*.*
# Some lovely linting output
# ...
# Done in 5s
- Starts the TypeScript compiler in watch mode.