diff --git a/.lintstagedrc.json b/.lintstagedrc.json deleted file mode 100644 index 3012c04..0000000 --- a/.lintstagedrc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "*.{js,jsx,ts,tsx}": ["eslint --ignore-path .gitignore --fix --quiet"] -} diff --git a/README.md b/README.md index 368bf7c..f923170 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ts-node-starter -The `ts-node-starter` scaffolding project is a [template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository) which makes it easy for you to start a new Node.js project with TypeScript. +The `ts-node-starter` scaffolding project is a [template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository) which makes it easy for you to start a new Node.js project with TypeScript. Using this template, you can build **standalone apps**, **libraries** and/or **CLI tools**. The `ts-node-starter` setup is configurable and comes with a lot of features included.