File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments