Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .eslintrc.js

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/lint.yml

This file was deleted.

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
[![build](https://github.com/ts-templates/node22/actions/workflows/build.yml/badge.svg)](https://github.com/ts-templates/node22/actions/workflows/build.yml)
[![lint](https://github.com/ts-templates/node22/actions/workflows/lint.yml/badge.svg)](https://github.com/ts-templates/node22/actions/workflows/lint.yml)
[![test](https://github.com/ts-templates/node22/actions/workflows/test.yml/badge.svg)](https://github.com/ts-templates/node22/actions/workflows/test.yml)
[![ESLint Recommended](https://img.shields.io/badge/eslint-recommended-%234B32C3)](https://github.com/eslint-recommended)

# @ts-templates/node22

Template for TypeScript project using Node.js v22

## ✨ Features

- [ESLint](https://eslint.org/) with [ESLint Recommended](https://github.com/eslint-recommended)
- Run on Pull request by GitHub Actions
- Test by [Node.js's test runner](https://nodejs.org/docs/latest-v22.x/api/test.html)
- Run on Pull request by GitHub Actions
- Manage Node.js version by [nvm](https://github.com/nvm-sh/nvm)
Expand Down
Loading