Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: setup github actions #79

Merged
merged 12 commits into from
Aug 7, 2023
Merged

feat: setup github actions #79

merged 12 commits into from
Aug 7, 2023

Conversation

GuillaumeBarra
Copy link
Contributor

No description provided.

@@ -29,8 +29,5 @@ module.exports = {
rules: {
"import/order": "off",
"react-hooks/exhaustive-deps": "error",
"prettier/prettier": ["warn", {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was this removed? this will require a change in indentation for all the files in the code base right? 😰

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just moved it

@@ -0,0 +1,7 @@
{
"printWidth": 120,
"tabWidth": 4,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh what is the diff between having it in eslintrc and prettierrc?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so the prettierrc is the file that most vscodes are setup to read from when you have pritier installed

so i moved this here so my format on save could work properly and itll still match the linting

jest.config.js Show resolved Hide resolved
package.json Show resolved Hide resolved
@Francisco-Costa98 Francisco-Costa98 merged commit c3f2536 into main Aug 7, 2023
4 checks passed
@Francisco-Costa98 Francisco-Costa98 deleted the ci/57-setup-ci branch August 7, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants