Skip to content

Commit 47107c2

Browse files
committed
docs: add @ifiokjr as a contributor
1 parent 4b0e3f5 commit 47107c2

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"projectName": "prettier-plugin-sorted",
3+
"projectOwner": "ifiokjr",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "angular",
12+
"contributors": [
13+
{
14+
"login": "ifiokjr",
15+
"name": "Ifiok Jr.",
16+
"avatar_url": "https://avatars2.githubusercontent.com/u/1160934?v=4",
17+
"profile": "https://ifiokjr.com",
18+
"contributions": [
19+
"code"
20+
]
21+
}
22+
],
23+
"contributorsPerLine": 7
24+
}

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
[![Typed Codebase][typescript]](./src/index.ts)
77
![MIT License][license]
88
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
9+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
10+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
11+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
912

1013
<br />
1114

@@ -19,6 +22,7 @@
1922
- [Table of Contents](#table-of-contents)
2023
- [Usage](#usage)
2124
- [Setup](#setup)
25+
- [Demo](#demo)
2226
- [Versioning](#versioning)
2327
- [License](#license)
2428
- [Contributors](#contributors)
@@ -119,6 +123,14 @@ If you would like to customise the setup you can add the `importSort` field to y
119123

120124
<br />
121125

126+
## Demo
127+
128+
The following animated flow shows what it's like when this is setup with prettier in your editor.
129+
130+
![Demo Screen flow](https://raw.githubusercontent.com/ifiokjr/import-sort-style-custom/master/assets/demo.gif 'Demonstration with prettier')
131+
132+
<br />
133+
122134
## Versioning
123135

124136
This project uses [SemVer](http://semver.org/) for versioning. For the versions available, see the
@@ -136,7 +148,16 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
136148
## Contributors
137149

138150
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
151+
<!-- prettier-ignore-start -->
152+
<!-- markdownlint-disable -->
153+
<table>
154+
<tr>
155+
<td align="center"><a href="https://ifiokjr.com"><img src="https://avatars2.githubusercontent.com/u/1160934?v=4" width="100px;" alt=""/><br /><sub><b>Ifiok Jr.</b></sub></a><br /><a href="https://github.com/ifiokjr/prettier-plugin-sorted/commits?author=ifiokjr" title="Code">💻</a></td>
156+
</tr>
157+
</table>
139158

159+
<!-- markdownlint-enable -->
160+
<!-- prettier-ignore-end -->
140161
<!-- ALL-CONTRIBUTORS-LIST:END -->
141162

142163
<!-- markdownlint-enable -->

0 commit comments

Comments
 (0)