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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/iframe-resizer/.eslintrc')
-rw-r--r--node_modules/iframe-resizer/.eslintrc42
1 files changed, 42 insertions, 0 deletions
diff --git a/node_modules/iframe-resizer/.eslintrc b/node_modules/iframe-resizer/.eslintrc
new file mode 100644
index 0000000000..e3b5ca3d14
--- /dev/null
+++ b/node_modules/iframe-resizer/.eslintrc
@@ -0,0 +1,42 @@
+{
+ "extends": ["airbnb-base", "adjunct"],
+ "plugins": ["ie11"],
+ "env": {
+ "amd": true,
+ "browser": true,
+ "jasmine": true
+ },
+ "parserOptions": { "ecmaVersion": 2015 },
+ "rules": {
+ "func-names": 0,
+ "global-require": 0,
+ "no-param-reassign": 0,
+ "no-plusplus": 0,
+ "no-restricted-globals": 0,
+ "no-use-before-define": 0,
+ "no-shadow": 0,
+ "no-var": 0,
+ "object-shorthand": 0,
+ "one-var": 0,
+ "prefer-destructuring": 0,
+ "prefer-rest-params": 0,
+ "prefer-template": 0,
+ "vars-on-top": 0,
+ "yoda": 0,
+ "ie11/no-collection-args": ["error"],
+ "ie11/no-for-in-const": ["error"],
+ "ie11/no-loop-func": ["warn"],
+ "ie11/no-weak-collections": ["error"],
+ "import/no-amd": 0,
+ "lodash/prefer-noop": 0,
+ "lodash-fp/prefer-constant": 0,
+ "unicorn/consistent-function-scoping": 0,
+ "unicorn/filename-case": 0,
+ "unicorn/prefer-node-append": 0,
+ "unicorn/prefer-node-remove": 0,
+ "unicorn/prefer-query-selector": 0,
+ "unicorn/prevent-abbreviations": 0,
+ "unicorn/prefer-string-slice": 0,
+ "unicorn/prefer-number-properties": 0,
+ }
+}