Skip to content

Commit

Permalink
refactor: move prettier config into standalone config file | [#270]
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioMrtz committed Oct 26, 2024
1 parent 667fc58 commit fb7a404
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 14 additions & 0 deletions Electron/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"singleQuote": true,
"overrides": [
{
"files": [
".prettierrc",
".eslintrc"
],
"options": {
"parser": "json"
}
}
]
}
14 changes: 0 additions & 14 deletions Electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,6 @@
"test:coverage": "jest --coverage"
},
"browserslist": [],
"prettier": {
"singleQuote": true,
"overrides": [
{
"files": [
".prettierrc",
".eslintrc"
],
"options": {
"parser": "json"
}
}
]
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
Expand Down

0 comments on commit fb7a404

Please sign in to comment.