Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Bolvin <frederic@bol.vin>2017-08-23 21:21:24 +0300
committerFrédéric Bolvin <frederic@bol.vin>2018-02-16 21:43:32 +0300
commitd7abaaced03bccda8ef327bc278c4353730592ac (patch)
tree6863fa86e1f4321bc6329b2fd3e1c1801a53e383 /.eslintrc
parent03ee954c10867629c337d70bee31d31c2e8069fc (diff)
implemented new profile photo upload with cropping function
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.eslintrc b/.eslintrc
index 62ba89fda..275e8ed71 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -2,7 +2,8 @@
"env": {
"browser": true,
"jasmine": true,
- "jquery": true
+ "jquery": true,
+ "es6": true
},
"globals": {
@@ -96,7 +97,7 @@
"no-catch-shadow": 0,
"no-class-assign": 2,
"no-cond-assign": 2,
- "no-confusing-arrow": 2,
+ "no-confusing-arrow": [2, {"allowParens": true}],
"no-console": 2,
"no-const-assign": 2,
"no-constant-condition": 2,