aboutsummaryrefslogtreecommitdiffstats
path: root/library/cropperjs/.eslintrc
diff options
context:
space:
mode:
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", {