aboutsummaryrefslogtreecommitdiffhomepage
path: root/.prettierrc.yml
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-05-12 17:28:37 +0200
committerChocobozzz <me@florianbigard.com>2018-05-13 16:54:34 +0200
commit4de2fafcad4b56449e3817825d4b317c5ed4696c (patch)
treec8a6002b8eca016b2c5124083bde309f97c2ea2f /.prettierrc.yml
parent48d46d81af93d0912022e96958f131c5f8acdfc2 (diff)
downloadPeerTube-4de2fafcad4b56449e3817825d4b317c5ed4696c.tar.gz
PeerTube-4de2fafcad4b56449e3817825d4b317c5ed4696c.tar.zst
PeerTube-4de2fafcad4b56449e3817825d4b317c5ed4696c.zip
added linter and prettifier via commit hooks
Diffstat (limited to '.prettierrc.yml')
-rw-r--r--.prettierrc.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.prettierrc.yml b/.prettierrc.yml
new file mode 100644
index 000000000..aa374328e
--- /dev/null
+++ b/.prettierrc.yml
@@ -0,0 +1,8 @@
1printWidth: 80
2tabWidth: 2
3useTabs: false
4semi: false
5singleQuote: true
6trailingComma: all
7bracketSpacing: true
8arrowParens: always