Skip to content

Commit 00af5ce

Browse files
committed
chore: tweak prettier
1 parent 4617a5b commit 00af5ce

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.prettierrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
2-
"printWidth": 80,
3-
"tabWidth": 2,
4-
"useTabs": false,
5-
"semi": true,
62
"singleQuote": true,
73
"trailingComma": "es5",
8-
"bracketSpacing": true,
9-
"jsxBracketSameLine": false,
104
"overrides": [
115
{
126
"files": ".prettierrc",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"clean:storybook": "rimraf build/storybook",
1414
"clean:website": "rimraf build",
1515
"lint": "eslint src website",
16-
"prettier": "prettier --write \"{src,example/src,stories}/**/*.{js,css,md}\"",
16+
"prettier": "prettier --write \"{src,website,stories}/**/*.{js,jsx,ts,tsx,css,md}\"",
1717
"prepublishOnly": "yarn run test && yarn run build",
1818
"release": "standard-version",
1919
"test": "jest",

0 commit comments

Comments
 (0)