-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Improve maintainability of the project (#40)
Co-authored-by: Atzin Escandia <[email protected]>
- Loading branch information
1 parent
fcf63a5
commit cdf718f
Showing
5 changed files
with
798 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"env": { | ||
"browser": true, | ||
"es2021": true | ||
}, | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:@typescript-eslint/recommended", | ||
"plugin:react/recommended", | ||
"plugin:storybook/recommended" | ||
], | ||
"parser": "@typescript-eslint/parser", | ||
"parserOptions": { | ||
"ecmaVersion": "latest", | ||
"sourceType": "module" | ||
}, | ||
"plugins": [ | ||
"@typescript-eslint", | ||
"react" | ||
], | ||
"settings": { | ||
"react": { | ||
"version": "detect" | ||
} | ||
}, | ||
"rules": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## Fixes Issue / Ticket | ||
|
||
<!-- Link to Github Issue or Jira ticket --> | ||
|
||
## Description | ||
|
||
✨ [Provide a brief description of the changes introduced by this pull request.] | ||
|
||
## Checklist | ||
|
||
Please make sure that your pull request complies with the following requirements: | ||
|
||
- [ ] **Code Quality:** | ||
|
||
- [ ] 🧹 Code follows the project's coding guidelines. | ||
|
||
- [ ] **Testing:** | ||
|
||
- [ ] 🧪️ All existing tests pass successfully. | ||
|
||
- [ ] **Documentation:** | ||
|
||
- [ ] 📖 README and documentation are updated if necessary. | ||
|
||
- [ ] **Review:** | ||
|
||
- [ ] 👀 Code has been reviewed by a team member. | ||
|
||
- [ ] **Security:** | ||
- [ ] 🔒 Changes don't introduce security vulnerabilities. | ||
|
||
## Screenshots (optional) | ||
|
||
📸 [Include any relevant screenshots or visual representations of the changes.] | ||
|
||
## Additional Information | ||
|
||
ℹ️ [Provide any additional information that might be useful for the reviewer.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.