Skip to content

Commit c6a1f17

Browse files
add some auto plugins + add contributors
1 parent 28b3058 commit c6a1f17

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"@types/webpack": "^4.41.17",
3838
"@typescript-eslint/eslint-plugin": "2.31.0",
3939
"@typescript-eslint/parser": "2.31.0",
40-
"auto": "^9.39.0",
40+
"auto": "^10.2.3",
41+
"auto-config-hipstersmoothie": "^4.0.0",
4142
"eslint": "7.0.0",
4243
"eslint-config-airbnb-base": "14.1.0",
4344
"eslint-config-prettier": "6.11.0",
@@ -57,5 +58,8 @@
5758
"prettier --write",
5859
"git add"
5960
]
61+
},
62+
"auto": {
63+
"extends": "hipstersmoothie"
6064
}
6165
}

readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,24 @@ DEBUG=docgen:* npm run storybook
6868

6969
- [sn-client](https://github.com/SenseNet/sn-client/) - Inspired by this custom webpack plugin
7070
- [react-docgen-typescript-loader](https://github.com/strothj/react-docgen-typescript-loader/) - Webpack loader to generate docgen information from Typescript React components.
71+
72+
## Contributors ✨
73+
74+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
75+
76+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
77+
<!-- prettier-ignore-start -->
78+
<!-- markdownlint-disable -->
79+
<table>
80+
<tr>
81+
<td align="center"><a href="http://hipstersmoothie.com/"><img src="https://avatars3.githubusercontent.com/u/1192452?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Andrew Lisowski</b></sub></a><br /><a href="https://github.com/hipstersmoothie/react-docgen-typescript-plugin/commits?author=hipstersmoothie" title="Code">💻</a> <a href="#design-hipstersmoothie" title="Design">🎨</a> <a href="https://github.com/hipstersmoothie/react-docgen-typescript-plugin/commits?author=hipstersmoothie" title="Documentation">📖</a> <a href="#ideas-hipstersmoothie" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-hipstersmoothie" title="Maintenance">🚧</a></td>
82+
<td align="center"><a href="http://shilman.net/"><img src="https://avatars2.githubusercontent.com/u/488689?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Michael Shilman</b></sub></a><br /><a href="https://github.com/hipstersmoothie/react-docgen-typescript-plugin/commits?author=shilman" title="Code">💻</a></td>
83+
</tr>
84+
</table>
85+
86+
<!-- markdownlint-restore -->
87+
<!-- prettier-ignore-end -->
88+
89+
<!-- ALL-CONTRIBUTORS-LIST:END -->
90+
91+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)