Skip to content

Commit 72cd16d

Browse files
fiskerkeithamus
authored andcommitted
docs: add missing links to supported libraries (#129)
* docs: add `stylelint` link to supported libraries * docs: add `commitlint` `Husky` `lint-staged` link
1 parent aecd561 commit 72cd16d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,20 @@ console.log(Object.keys(sorted))
171171
- [AVA](https://github.com/avajs/ava)
172172
- [Babel](https://babeljs.io/)
173173
- [Browserify](http://browserify.org/)
174+
- [commitlint](https://commitlint.js.org/)
174175
- [ESLint](https://eslint.org/)
176+
- [Husky](https://github.com/typicode/husky)
175177
- [Istanbul](https://istanbul.js.org/)
176178
- [Jest](https://jestjs.io/)
179+
- [lint-staged](https://github.com/okonet/lint-staged)
177180
- [Mocha](https://mochajs.org/)
178-
- [node-pre-gyp](https://github.com/mapbox/node-pre-gyp/)
181+
- [node-pre-gyp](https://github.com/mapbox/node-pre-gyp)
179182
- [Prettier](https://prettier.io/)
183+
- [stylelint](https://github.com/stylelint/stylelint)
180184
- [xojs](https://github.com/xojs/xo)
181185
186+
_Alphabetically ordered._
187+
182188
## Automatically Sort
183189
184190
The package.json file can be sorted automatically before committing, install `husky` and `lint-staged` and add the following to your `package.json` file:

0 commit comments

Comments
 (0)