We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2a788 commit 258cbabCopy full SHA for 258cbab
.prettierignore
@@ -0,0 +1,8 @@
1
+node_modules
2
+target
3
+build
4
+package-lock.json
5
+.git
6
+.mvn
7
+gradle
8
+.gradle
.prettierrc
@@ -0,0 +1,12 @@
+# Prettier configuration
+
+printWidth: 140
+singleQuote: true
+tabWidth: 2
+useTabs: false
+# js and ts rules:
9
+arrowParens: avoid
10
11
+# jsx and tsx rules:
12
+jsxBracketSameLine: false
0 commit comments