aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.eslintrc b/.eslintrc
index e64b3e5be..7fab8f127 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -23,7 +23,6 @@
],
"globals": {
- "chrome": true,
"document": false,
"navigator": false,
"web3": true,
@@ -99,7 +98,7 @@
"no-obj-calls": 2,
"no-octal": 2,
"no-octal-escape": 2,
- "no-path-concat": 2,
+ "no-path-concat": 1,
"no-proto": 2,
"no-redeclare": 2,
"no-regex-spaces": 2,