summaryrefslogtreecommitdiff
path: root/.hintrc
diff options
context:
space:
mode:
authorHelianthella <3507758+Helianthella@users.noreply.github.com>2020-10-06 15:43:50 -0400
committerGitHub <noreply@github.com>2020-10-06 15:43:50 -0400
commit99e3552bd12b59914bb63c4c73710246c0729175 (patch)
tree87d51700ac3de1d4b70d3ddbea6c85f51f4aeee9 /.hintrc
parent5154b104ce5c2937cd9019a2a3ccabf450ad0db8 (diff)
parentd87d58cc46b56141b925d49607966c06c05434f2 (diff)
downloadwebsite-99e3552bd12b59914bb63c4c73710246c0729175.tar.gz
website-99e3552bd12b59914bb63c4c73710246c0729175.tar.bz2
website-99e3552bd12b59914bb63c4c73710246c0729175.tar.xz
website-99e3552bd12b59914bb63c4c73710246c0729175.zip
Merge pull request #33 from Helianthella/analytics
remove GTM and analytics
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"
+}