diff options
Diffstat (limited to 'library/cropperjs/.eslintrc')
-rw-r--r-- | library/cropperjs/.eslintrc | 3 |
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", { |