summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
deleted file mode 100644
index de86bdae..00000000
--- a/.eslintrc.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "extends": "eslint:recommended",
- "rules": {
- "eqeqeq": ["warn", "smart"],
- "no-console": "warn",
- "no-loop-func": "warn",
- "no-unused-vars": "warn",
-
- "block-spacing": "error",
- "camelcase": "error",
- "comma-spacing": "error",
- "comma-style": "error",
- "curly": ["error", "multi-line", "consistent"],
- "indent": ["error", "tab"],
- "no-alert": "error",
- "no-mixed-spaces-and-tabs": ["error", "smart-tabs"],
- "no-trailing-spaces": "error",
- "quotes": ["error", "single", "avoid-escape"],
- "semi": "error",
- "space-before-blocks": "error"
- },
- "env": {
- "browser": true,
- "jquery": true
- },
- "globals": {
- "angular": false,
- "vCard": false,
- "_": false,
- "OC": false,
- "t": false,
- "n": false,
- "dav": false,
- "OCA": false
- }
-}