Skip to content

fix(FEC-13600): Synchronize between Lint & prettier - #685

Open
JonathanTGold wants to merge 1 commit into
masterfrom
FEC-13600
Open

fix(FEC-13600): Synchronize between Lint & prettier#685
JonathanTGold wants to merge 1 commit into
masterfrom
FEC-13600

Conversation

@JonathanTGold

@JonathanTGold JonathanTGold commented Dec 31, 2023

Copy link
Copy Markdown
Contributor

Comment thread .eslintrc
"rules": {
"react/prefer-stateless-function": "off",
"max-len": ["warn", { "code": 200 }],
"max-len": [

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why change this ?

Comment thread .prettierrc
@@ -1,9 +1,7 @@
{
"printWidth": 80,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why change this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants