kiota-samples/template/typescript
dependabot[bot] ee5b1a1d10
build(deps-dev): bump the eslint group
Bumps the eslint group in /template/typescript with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint).


Updates `@typescript-eslint/eslint-plugin` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/parser)

Updates `eslint` from 8.57.0 to 8.57.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 22:20:02 +00:00
..
.github/workflows - adds a template for new samples 2021-04-16 12:05:09 -04:00
src - adds a template for new samples 2021-04-16 12:05:09 -04:00
.dockerignore - adds a template for new samples 2021-04-16 12:05:09 -04:00
.editorconfig - adds a template for new samples 2021-04-16 12:05:09 -04:00
.eslintignore - adds a template for new samples 2021-04-16 12:05:09 -04:00
.eslintrc.js - adds a template for new samples 2021-04-16 12:05:09 -04:00
.gitignore - adds a template for new samples 2021-04-16 12:05:09 -04:00
Dockerfile - adds a template for new samples 2021-04-16 12:05:09 -04:00
LICENSE - adds a template for new samples 2021-04-16 12:05:09 -04:00
README.md - adds a template for new samples 2021-04-16 12:05:09 -04:00
package-lock.json build(deps-dev): bump the eslint group 2024-09-17 22:20:02 +00:00
package.json build(deps-dev): bump the eslint group 2024-09-17 22:20:02 +00:00
tsconfig.json - adds a template for new samples 2021-04-16 12:05:09 -04:00
webpack.config.js - adds raw loader to workaround azure identity issue 2021-04-22 12:28:31 -04:00

README.md

CI GitHub issues GitHub license

Node TypeScript Starter

Since I make a lot of projects, I created this Node TypeScript Starter to easily create a new Node project with TypeScript.

Getting started

  • git clone https://github.com/FreekMencke/node-typescript-starter.git
  • npm install
  • npm start

The application will build and run the Node Typescript Starter.

Features

  • TypeScript ESLint (TSLint is deprecated)
  • Strict TSConfig
  • EditorConfig
  • Different configs for Dev and Prod
  • Webpack watch (nodemon)
  • BundleAnalyser
  • Docker
  • Github Action CI