aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-07-26 09:37:10 +0800
committerGitHub <noreply@github.com>2016-07-26 09:37:10 +0800
commit04f755a132e80fc018e42e2104f6c6feffeb183f (patch)
treec3f1e7a428cff016caa214712d49dead45ebf335 /.eslintrc
parent11dfb8e869d425204512b250b00ef71ed85a14cc (diff)
parent0eb7354c1acc036452115351485d0fbc94b4bb08 (diff)
downloadtangerine-wallet-browser-04f755a132e80fc018e42e2104f6c6feffeb183f.tar
tangerine-wallet-browser-04f755a132e80fc018e42e2104f6c6feffeb183f.tar.gz
tangerine-wallet-browser-04f755a132e80fc018e42e2104f6c6feffeb183f.tar.bz2
tangerine-wallet-browser-04f755a132e80fc018e42e2104f6c6feffeb183f.tar.lz
tangerine-wallet-browser-04f755a132e80fc018e42e2104f6c6feffeb183f.tar.xz
tangerine-wallet-browser-04f755a132e80fc018e42e2104f6c6feffeb183f.tar.zst
tangerine-wallet-browser-04f755a132e80fc018e42e2104f6c6feffeb183f.zip
Merge pull request #482 from MetaMask/FirefoxCompatibility
Fix inpage script race condition
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index d7cb8022e..7fab8f127 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -98,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,