aboutsummaryrefslogtreecommitdiffstats
path: root/library/cropperjs/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'library/cropperjs/.eslintrc')
-rw-r--r--library/cropperjs/.eslintrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/library/cropperjs/.eslintrc b/library/cropperjs/.eslintrc
new file mode 100644
index 000000000..8757045b6
--- /dev/null
+++ b/library/cropperjs/.eslintrc
@@ -0,0 +1,13 @@
+{
+ "extends": "airbnb-base",
+ "env": {
+ "browser": true
+ },
+ "rules": {
+ "no-param-reassign": "off",
+ "no-restricted-properties": "off",
+ "valid-jsdoc": ["error", {
+ "requireReturn": false
+ }]
+ }
+}