Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Aug 12, 2023
1 parent 0635192 commit 0648dd9
Show file tree
Hide file tree
Showing 45 changed files with 16,035 additions and 12,024 deletions.
19 changes: 10 additions & 9 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"trailingComma": "all",
"semi": true,
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": false,
"singleQuote": false,
"printWidth": 120
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": true,
"singleQuote": false,
"printWidth": 120
}
118 changes: 59 additions & 59 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "npx prettier . --write"
"lint:fix": "pnpx prettier . --write"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 0648dd9

Please sign in to comment.