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/ng-dialog/.eslintrc')
-rw-r--r--node_modules/ng-dialog/.eslintrc27
1 files changed, 27 insertions, 0 deletions
diff --git a/node_modules/ng-dialog/.eslintrc b/node_modules/ng-dialog/.eslintrc
new file mode 100644
index 0000000000..d4f5ef7186
--- /dev/null
+++ b/node_modules/ng-dialog/.eslintrc
@@ -0,0 +1,27 @@
+// http://eslint.org/docs/rules
+{
+ "env": {
+ "browser": true,
+ "node": true,
+ "mocha": true
+ },
+ "rules": {
+ "strict": 0,
+ "no-extra-strict": 0,
+ "quotes": [2, "single"],
+ "no-underscore-dangle": 0,
+ "no-unused-vars": 1,
+ "no-unused-expressions": 0,
+ "new-cap": 0,
+ "consistent-return": 0,
+ "no-use-before-define": 0,
+ "no-shadow-restricted-names": 0
+ },
+ "globals": {
+ "angular": true,
+ "define": true,
+ "expect": true,
+ "inject": true,
+ "jasmine": true
+ }
+}