diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-16 08:50:40 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-02-16 10:36:44 +0100 |
commit | a35a22797c99f17924347da9a226068c3dbe4787 (patch) | |
tree | affb713929145f90f6bda8828ded3ac2f4f73b19 /.eslintrc.json | |
parent | 6302d599cdf98b5a5363a2a1dcdc266447950191 (diff) | |
download | PeerTube-a35a22797c99f17924347da9a226068c3dbe4787.tar.gz PeerTube-a35a22797c99f17924347da9a226068c3dbe4787.tar.zst PeerTube-a35a22797c99f17924347da9a226068c3dbe4787.zip |
Remove previous thumbnail if needed
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index db8e6b9c5..fa6fb1b6f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -23,6 +23,7 @@ | |||
23 | "consistent-as-needed" | 23 | "consistent-as-needed" |
24 | ], | 24 | ], |
25 | "padded-blocks": "off", | 25 | "padded-blocks": "off", |
26 | "prefer-regex-literals": "off", | ||
26 | "no-async-promise-executor": "off", | 27 | "no-async-promise-executor": "off", |
27 | "dot-notation": "off", | 28 | "dot-notation": "off", |
28 | "promise/param-names": "off", | 29 | "promise/param-names": "off", |