Skip to content

Commit

Permalink
chore(front): separate prettier from eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerri-Cofannos committed Aug 23, 2023
1 parent 360158f commit 3aae739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions front/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"error",
{ "max": 75, "skipBlankLines": true, "skipComments": true }
],
"complexity": ["error", 6],
"prettier/prettier": ["error", { "tabWidth": 4 }]
"complexity": ["error", 6]
}
}
1 change: 1 addition & 0 deletions front/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "tabWidth": 4 }

0 comments on commit 3aae739

Please sign in to comment.