From 76e18be752eb2cc8c481dd5c38289cbf48ee9eff Mon Sep 17 00:00:00 2001 From: Ryan Thaut Date: Tue, 5 May 2020 19:37:12 -0600 Subject: [PATCH] activate no-unsanitized DOM eslint plugin --- app/scripts/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scripts/.eslintrc.json b/app/scripts/.eslintrc.json index ccb6d03..2e707b1 100644 --- a/app/scripts/.eslintrc.json +++ b/app/scripts/.eslintrc.json @@ -8,7 +8,8 @@ "browser": true }, "extends": [ - "eslint:recommended" + "eslint:recommended", + "plugin:no-unsanitized/DOM" ], "parser": "babel-eslint", "rules": {