Skip to content

Commit d6dca92

Browse files
chore(deps): update linters (#1141)
Co-authored-by: Ricardo Amaral <[email protected]>
1 parent dcfaf84 commit d6dca92

File tree

9 files changed

+610
-219
lines changed

9 files changed

+610
-219
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<!-- Feel free to remove the lines that are not applicable or leave them unchecked. -->
1313

14-
- [ ] Pull request title follows the [Conventional Commits Specification](https://www.conventionalcommits.org/)
15-
- [ ] Added/updated unit test cases and/or end-to-end test cases
16-
- [ ] Added/updated documentation to Storybook or `README.md`
14+
- [ ] Pull request title follows the [Conventional Commits Specification](https://www.conventionalcommits.org/)
15+
- [ ] Added/updated unit test cases and/or end-to-end test cases
16+
- [ ] Added/updated documentation to Storybook or `README.md`
1717

1818
## Test plan
1919

CHANGELOG.md

Lines changed: 122 additions & 122 deletions
Large diffs are not rendered by default.

CODE_OF_CONDUCT.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ We pledge to act and interact in ways that contribute to an open, welcoming, div
1010

1111
Examples of behavior that contributes to a positive environment for our community include:
1212

13-
- Demonstrating empathy and kindness toward other people
14-
- Being respectful of differing opinions, viewpoints, and experiences
15-
- Giving and gracefully accepting constructive feedback
16-
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17-
- Focusing on what is best not just for us as individuals, but for the overall community
13+
- Demonstrating empathy and kindness toward other people
14+
- Being respectful of differing opinions, viewpoints, and experiences
15+
- Giving and gracefully accepting constructive feedback
16+
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17+
- Focusing on what is best not just for us as individuals, but for the overall community
1818

1919
Examples of unacceptable behavior include:
2020

21-
- The use of sexualized language or imagery, and sexual attention or advances of any kind
22-
- Trolling, insulting or derogatory comments, and personal or political attacks
23-
- Public or private harassment
24-
- Publishing others' private information, such as a physical or email address, without their explicit permission
25-
- Other conduct which could reasonably be considered inappropriate in a professional setting
21+
- The use of sexualized language or imagery, and sexual attention or advances of any kind
22+
- Trolling, insulting or derogatory comments, and personal or political attacks
23+
- Public or private harassment
24+
- Publishing others' private information, such as a physical or email address, without their explicit permission
25+
- Other conduct which could reasonably be considered inappropriate in a professional setting
2626

2727
## Enforcement Responsibilities
2828

CONTRIBUTING.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you intend to change the public API, or make any non-trivial changes to the i
2828

2929
Working on your first Pull Request? You can learn how from this free video series:
3030

31-
- [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
31+
- [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
3232

3333
If you decide to fix an issue, please be sure to check the comment thread in case somebody is already working on a fix. If nobody is working on it at the moment, please leave a comment stating that you intend to work on it so other people don't accidentally duplicate your effort.
3434

@@ -55,12 +55,12 @@ cd typist
5555

5656
After cloning Typist and installing all dependencies, several commands are at your disposal:
5757

58-
- `npm run build`: Builds the `@doist/typist` package for publishing to [npm](https://www.npmjs.com/) and [GitHub Packages](https://github.com/orgs/Doist/packages?repo_name=typist);
59-
- `npm run check`: Validates code quality with ESLint, styling with Prettier, and types with TypeScript;
60-
- `npm run clean`: Removes temporary directories used for multiple caches;
61-
- `npm run storybook:build`: Builds Storybook as a static Web application;
62-
- `npm run storybook:start`: Starts Storybook Web application (available at http://localhost:6006/);
63-
- `npm run test`: Runs all unit test with Jest and end-to-end tests with Storybook.
58+
- `npm run build`: Builds the `@doist/typist` package for publishing to [npm](https://www.npmjs.com/) and [GitHub Packages](https://github.com/orgs/Doist/packages?repo_name=typist);
59+
- `npm run check`: Validates code quality with ESLint, styling with Prettier, and types with TypeScript;
60+
- `npm run clean`: Removes temporary directories used for multiple caches;
61+
- `npm run storybook:build`: Builds Storybook as a static Web application;
62+
- `npm run storybook:start`: Starts Storybook Web application (available at http://localhost:6006/);
63+
- `npm run test`: Runs all unit test with Jest and end-to-end tests with Storybook.
6464

6565
### Release Process (core team only)
6666

@@ -80,21 +80,21 @@ Pull requests are actively monitored, and only need the approval of one or more
8080

8181
Before submitting a pull request, please take the following into consideration:
8282

83-
- Fork [the repository](https://github.com/doist/typist) and create your branch from `main`;
84-
- Follow the [Commit Message Guidelines](#commit-message-guidelines) below;
85-
- Add tests for code that should be tested (like bug fixes);
86-
- Ensure the test suite passes with flying colours;
87-
- Do not override built-in validation and formatting checks.
83+
- Fork [the repository](https://github.com/doist/typist) and create your branch from `main`;
84+
- Follow the [Commit Message Guidelines](#commit-message-guidelines) below;
85+
- Add tests for code that should be tested (like bug fixes);
86+
- Ensure the test suite passes with flying colours;
87+
- Do not override built-in validation and formatting checks.
8888

8989
### Commit Message Guidelines
9090

9191
#### Atomic Commits
9292

9393
If possible, make [atomic commits](https://en.wikipedia.org/wiki/Atomic_commit), which means:
9494

95-
- A commit should not mix whitespace and/or code style changes with functional code changes;
96-
- A commit should contain exactly one self-contained functional change;
97-
- A commit should not create an inconsistent state (e.g., test errors, linting errors, partial fix, etc.).
95+
- A commit should not mix whitespace and/or code style changes with functional code changes;
96+
- A commit should contain exactly one self-contained functional change;
97+
- A commit should not create an inconsistent state (e.g., test errors, linting errors, partial fix, etc.).
9898

9999
#### Commit Message Format
100100

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ If you're looking for additional documentation, in-depth examples, or a live dem
6464

6565
A curated list of open-source rich-text editors powered by Tiptap that we can draw inspiration from:
6666

67-
- GitLab's content editor:\
68-
https://gitlab.com/gitlab-org/gitlab/-/tree/master/app/assets/javascripts/content_editor
67+
- GitLab's content editor:\
68+
https://gitlab.com/gitlab-org/gitlab/-/tree/master/app/assets/javascripts/content_editor
6969

7070
## Contributing
7171

0 commit comments

Comments
 (0)