aboutsummaryrefslogtreecommitdiffhomepage
path: root/.prettierrc.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-21 09:41:05 +0200
committerChocobozzz <me@florianbigard.com>2018-09-21 09:51:24 +0200
commit1cfa8d6809d941c703e12ef30a5161d1901b1874 (patch)
tree6b8a6f425cdafecdcbddb03c86263edd3c341bb9 /.prettierrc.yml
parentf2659ae0b0bae6c1b2ee4dcf331a42e440274c02 (diff)
downloadPeerTube-1cfa8d6809d941c703e12ef30a5161d1901b1874.tar.gz
PeerTube-1cfa8d6809d941c703e12ef30a5161d1901b1874.tar.zst
PeerTube-1cfa8d6809d941c703e12ef30a5161d1901b1874.zip
Remove unnecessary actor existance check
We already checked it in the signature checker
Diffstat (limited to '.prettierrc.yml')
-rw-r--r--.prettierrc.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.prettierrc.yml b/.prettierrc.yml
deleted file mode 100644
index d8379671f..000000000
--- a/.prettierrc.yml
+++ /dev/null
@@ -1,8 +0,0 @@
1printWidth: 140
2tabWidth: 2
3useTabs: false
4semi: false
5singleQuote: true
6trailingComma: false
7bracketSpacing: true
8arrowParens: always