Skip to content

Commit 8b5155c

Browse files
committed
docs: update Features & Usage sections
1 parent a13d72c commit 8b5155c

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@
3434

3535
## Features
3636

37-
- [x] Rollupjs (TypeScript)
38-
- [x] Prettier
39-
- [x] TSLint (tslint-config-airbnb, tslint-immutable, tslint-sonarts)
40-
- [x] Husky
41-
- [x] Standard Version
37+
- [x] [Typescript](https://www.typescriptlang.org)
38+
- [x] [RollupJS](https://rollupjs.org)
39+
- [x] [Prettier](https://prettier.io) using [@boringcodes/prettier-config](https://github.com/boringcodes/prettier-config)
40+
- [x] [ESLint](https://eslint.org) using [@boringcodes/eslint-config-typescript](https://github.com/boringcodes/eslint-config-typescript)
41+
- [x] [Husky](https://github.com/typicode/husky)
42+
- [x] [lint-staged](https://github.com/okonet/lint-staged)
43+
- [x] [NVM](https://github.com/nvm-sh/nvm)
44+
- [x] [standard-version](https://github.com/conventional-changelog/standard-version)
4245

4346
## Installation
4447

@@ -73,11 +76,13 @@ This scaffolds out:
7376
```
7477
├── src
7578
│   ├── index.ts
79+
├── .eslintrc.js
7680
├── .huskyrc
81+
├── .lintstagedrc
82+
├── .prettierrc.js
7783
├── package.json
7884
├── rollup.config.js
7985
├── tsconfig.json
80-
└── tslint.json
8186
```
8287

8388
## Contributing

0 commit comments

Comments
 (0)