aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc.js
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-07-06 21:57:57 +0200
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-07 07:19:02 +0530
commit63b66d5df66f454e61b7a52b4fae338c3becfc98 (patch)
tree357fa32a31db1ab45b3ed2cdc229d59a629e38a6 /.prettierrc.js
parentNew Crowdin updates (#1612) (diff)
downloadferdium-app-63b66d5df66f454e61b7a52b4fae338c3becfc98.tar.gz
ferdium-app-63b66d5df66f454e61b7a52b4fae338c3becfc98.tar.zst
ferdium-app-63b66d5df66f454e61b7a52b4fae338c3becfc98.zip
fix: fix breaking tab component
- move active tab state from componentDidMount to constructor - fix toggle.tsx breaking tsc - add .prettierrc.js for consistent formatting
Diffstat (limited to '.prettierrc.js')
-rw-r--r--.prettierrc.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/.prettierrc.js b/.prettierrc.js
new file mode 100644
index 000000000..6db0775a3
--- /dev/null
+++ b/.prettierrc.js
@@ -0,0 +1,4 @@
1module.exports = {
2 singleQuote: true,
3 arrowParens: 'avoid'
4};