aboutsummaryrefslogtreecommitdiffstats
path: root/library/cropperjs/.eslintrc
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-06-16 07:32:55 +0000
committerMario <mario@mariovavti.com>2020-06-16 07:32:55 +0000
commit70a104f24f3b3e3903d363081569be9af2052758 (patch)
treeb3d82880872255536e3ec8297e3ab6e419fac5d3 /library/cropperjs/.eslintrc
parent0f27db6271acb3e0e44bf870659f085c71c8f629 (diff)
downloadvolse-hubzilla-70a104f24f3b3e3903d363081569be9af2052758.tar.gz
volse-hubzilla-70a104f24f3b3e3903d363081569be9af2052758.tar.bz2
volse-hubzilla-70a104f24f3b3e3903d363081569be9af2052758.zip
upÃdate copperjs to version 1.5.7
Diffstat (limited to 'library/cropperjs/.eslintrc')
-rw-r--r--library/cropperjs/.eslintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/cropperjs/.eslintrc b/library/cropperjs/.eslintrc
index 7ecbe0dc0..e1ee964d5 100644
--- a/library/cropperjs/.eslintrc
+++ b/library/cropperjs/.eslintrc
@@ -1,10 +1,11 @@
{
+ "root": true,
"extends": "airbnb-base",
"env": {
"browser": true
},
- "root": true,
"rules": {
+ "import/no-extraneous-dependencies": "off",
"no-param-reassign": "off",
"no-restricted-properties": "off",
"valid-jsdoc": ["error", {