Skip to content

Commit a62b4d7

Browse files
committed
chore: implement prettier
1 parent 167acd7 commit a62b4d7

File tree

5 files changed

+4009
-2790
lines changed

5 files changed

+4009
-2790
lines changed

.babelrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"@babel/preset-react"
1616
],
1717
"plugins": []
18-
}
18+
}

.eslintrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"extends": [
3-
"react-app",
4-
"plugin:storybook/recommended"
5-
]
2+
"extends": ["react-app", "plugin:storybook/recommended"]
63
}

.prettierrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"trailingComma": "all"
3+
}

0 commit comments

Comments
 (0)