-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Adicionado .prettierrc e consertada formatação dos arquivos #125
Conversation
Oi @estacioneto! Obrigada pela contribuição, ficou ótimo já. Na verdade queremos sim o prettier no projeto, então pode adicionar nas dependências 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obrigada pela contribuição Estácio! ❤️
Resolve os conflitos que eu dou merge 😄
0478797
to
143d61b
Compare
@@ -0,0 +1,119 @@ | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
js.orig? 🤔
Pode apagar?
@@ -0,0 +1,64 @@ | |||
<<<<<<< HEAD | |||
import React from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aqui tb
@@ -0,0 +1,64 @@ | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BACKUP? 🤔
@@ -0,0 +1,36 @@ | |||
import React, {Component} from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BASE?
@@ -0,0 +1,31 @@ | |||
import React from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOCAL?
@@ -0,0 +1,37 @@ | |||
import React, { Component } from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REMOTE?
Valeu, @fanny! Não tinha visto... Sorry :/ |
Descrição do bug/feature:
Adicionado arquivo
.prettierrc
e consertada formatação de arquivos.js
Solução adotada:
Após adição do arquivo, foi rodado o comando
prettier
(instalado globalmente em minha máquina pois ainda não sei se é necessário adicionar ao projeto).