diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-05-12 17:28:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-13 16:54:34 +0200 |
commit | 4de2fafcad4b56449e3817825d4b317c5ed4696c (patch) | |
tree | c8a6002b8eca016b2c5124083bde309f97c2ea2f /.prettierrc.yml | |
parent | 48d46d81af93d0912022e96958f131c5f8acdfc2 (diff) | |
download | PeerTube-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.yml | 8 |
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 @@ | |||
1 | printWidth: 80 | ||
2 | tabWidth: 2 | ||
3 | useTabs: false | ||
4 | semi: false | ||
5 | singleQuote: true | ||
6 | trailingComma: all | ||
7 | bracketSpacing: true | ||
8 | arrowParens: always | ||