Skip to content

Repository files navigation

Typescript-Node.js Template

Build Badge Eslint Badge

  • In VSCode settings, append the following to use eslint by default:
{
	...
	"[typescript]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"[json]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"editor.codeActionsOnSave": {
		"source.fixAll.eslint": true
	},
	"eslint.validate": ["typescript"],
	"eslint.format.enable": true
}

About

Template project for typescript and nodejs.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages