diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index 1308deb..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "google", - "installedESLint": true, - "rules": { - "indent": ["error", 4] - }, - "plugins": [ - "angular", - "html", - "jquery", - "security", - "this" - ], - "globals": { - "angular": false, - "moment": false, - "Highcharts": false, - "$": false - } -}