summaryrefslogtreecommitdiff
path: root/.hintrc
diff options
context:
space:
mode:
Diffstat (limited to '.hintrc')
-rw-r--r--.hintrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.hintrc b/.hintrc
index feb8a5d..9715f9e 100644
--- a/.hintrc
+++ b/.hintrc
@@ -1,5 +1,6 @@
{
"extends": [
"web-recommended"
- ]
-} \ No newline at end of file
+ ],
+ "connector": "jsdom"
+}