Skip to content

Commit 76e18be

Browse files
committed
activate no-unsanitized DOM eslint plugin
1 parent 1a04221 commit 76e18be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/scripts/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"browser": true
99
},
1010
"extends": [
11-
"eslint:recommended"
11+
"eslint:recommended",
12+
"plugin:no-unsanitized/DOM"
1213
],
1314
"parser": "babel-eslint",
1415
"rules": {

0 commit comments

Comments
 (0)