Skip to content

Commit 0648dd9

Browse files
committed
run prettier
1 parent 0635192 commit 0648dd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+16035
-12024
lines changed

.prettierrc

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"trailingComma": "all",
3-
"semi": true,
4-
"arrowParens": "always",
5-
"bracketSameLine": false,
6-
"bracketSpacing": true,
7-
"quoteProps": "as-needed",
8-
"useTabs": false,
9-
"singleQuote": false,
10-
"printWidth": 120
2+
"trailingComma": "all",
3+
"tabWidth": 4,
4+
"semi": true,
5+
"arrowParens": "always",
6+
"bracketSameLine": false,
7+
"bracketSpacing": true,
8+
"quoteProps": "as-needed",
9+
"useTabs": true,
10+
"singleQuote": false,
11+
"printWidth": 120
1112
}

flake.lock

+59-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@
5656
"start": "craco start",
5757
"build": "craco build",
5858
"test": "craco test",
59-
"eject": "react-scripts eject",
6059
"lint": "eslint .",
61-
"lint:fix": "npx prettier . --write"
60+
"lint:fix": "pnpx prettier . --write"
6261
},
6362
"eslintConfig": {
6463
"extends": [

0 commit comments

Comments
 (0)