Skip to content

Commit e01ee8b

Browse files
committed
minor change
1 parent 1393741 commit e01ee8b

File tree

4 files changed

+28
-14
lines changed

4 files changed

+28
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
```
1+
```text
22
__ __
33
/ _) _ _ _ ) o _ _ (_ \
44
| | (_ (_) (_( ( ) ) (_( | |

CODE_OF_CONDUCT.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
```
1+
```text
22
__ __
33
/ _) _ _ _ ) o _ _ (_ \
44
| | (_ (_) (_( ( ) ) (_( | |
@@ -8,23 +8,38 @@
88
_) _)
99
```
1010

11-
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
11+
As contributors and maintainers of this project, and in the interest of fostering
12+
an open and welcoming community, we pledge to respect all people who contribute
13+
through reporting issues, posting feature requests, updating documentation,
14+
submitting pull requests or patches, and other activities.
1215

13-
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
16+
We are committed to making participation in this project a harassment-free experience
17+
for everyone, regardless of level of experience, gender, gender identity and expression,
18+
sexual orientation, disability, personal appearance, body size, race, ethnicity,
19+
age, religion, or nationality.
1420

1521
Examples of unacceptable behavior by participants include:
1622

1723
* The use of sexualized language or imagery
1824
* Personal attacks
1925
* Trolling or insulting/derogatory comments
2026
* Public or private harassment
21-
* Publishing other's private information, such as physical or electronic addresses, without explicit permission
27+
* Publishing others’ private information, such as physical or electronic addresses,
28+
without explicit permission
2229
* Other unethical or unprofessional conduct.
2330

24-
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team.
31+
Project maintainers have the right and responsibility to remove, edit, or reject
32+
comments, commits, code, wiki edits, issues, and other contributions that are not
33+
aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers
34+
commit themselves to fairly and consistently applying these principles to every
35+
aspect of managing this project. Project maintainers who do not follow or enforce
36+
the Code of Conduct may be permanently removed from the project team.
2537

26-
This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
38+
This code of conduct applies both within project spaces and in public spaces
39+
when an individual is representing the project or its community.
2740

28-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
41+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported
42+
by opening an issue or contacting one or more of the project maintainers.
2943

30-
*This Code of Conduct has been adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)*.
44+
_This Code of Conduct has been adapted from the [Contributor Covenant](http://contributor-covenant.org),
45+
version 1.2.0, available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)_.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[deps]: https://david-dm.org/jsbites/coding-standards.svg
77
[deps-url]: https://david-dm.org/jsbites/coding-standards
88

9-
```
9+
```text
1010
__ __
1111
/ _) _ _ _ ) o _ _ (_ \
1212
| | (_ (_) (_( ( ) ) (_( | |
@@ -26,7 +26,7 @@ Make sure that you have [ESLint](http://eslint.org/) installed in your project.
2626

2727
Install **Byte-Sized JavaScript Coding Standards** via npm:
2828

29-
```
29+
```bash
3030
npm install eslint-config-jsbites
3131
```
3232

@@ -119,9 +119,8 @@ We are committed to making participation in this project a harassment-free exper
119119

120120
This repository is a part of the [Byte-Sized JavaScript VideoCasts][vidcast].
121121

122-
It is a compilation of short (*around ten minutes*) screencasts about **JavaScript** and related technologies.
122+
It is a compilation of short (_around ten minutes_) screencasts about **JavaScript** and related technologies.
123123

124124
[**Learn**, **explore**, and **have fun**][vidcast]!
125125

126126
[vidcast]: https://bytesized.tv/ "ByteSized.TV"
127-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-jsbites",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Byte-Sized JavaScript Coding Standards",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)