aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-07-03 07:37:21 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-07-03 07:37:21 +0800
commit8c032323a23b4f0f8f5cbec6c442ee374009f4e5 (patch)
tree8492e28fd6a0560b8ad3ecbaa897dea9871409ab /.eslintrc
parentbbc0d6f48df9d09ab96c5ffd1087877c563eb6c5 (diff)
downloadtangerine-wallet-browser-8c032323a23b4f0f8f5cbec6c442ee374009f4e5.tar
tangerine-wallet-browser-8c032323a23b4f0f8f5cbec6c442ee374009f4e5.tar.gz
tangerine-wallet-browser-8c032323a23b4f0f8f5cbec6c442ee374009f4e5.tar.bz2
tangerine-wallet-browser-8c032323a23b4f0f8f5cbec6c442ee374009f4e5.tar.lz
tangerine-wallet-browser-8c032323a23b4f0f8f5cbec6c442ee374009f4e5.tar.xz
tangerine-wallet-browser-8c032323a23b4f0f8f5cbec6c442ee374009f4e5.tar.zst
tangerine-wallet-browser-8c032323a23b4f0f8f5cbec6c442ee374009f4e5.zip
add QUnit to eslint globals
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 43af91bd2..1317864d1 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -38,7 +38,8 @@
"navigator": false,
"web3": true,
"window": false,
- "$": false
+ "$": false,
+ "QUnit": false
},
"rules": {