Skip to content

Commit

Permalink
activate no-unsanitized DOM eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rthaut committed May 6, 2020
1 parent 1a04221 commit 76e18be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/scripts/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"browser": true
},
"extends": [
"eslint:recommended"
"eslint:recommended",
"plugin:no-unsanitized/DOM"
],
"parser": "babel-eslint",
"rules": {
Expand Down

0 comments on commit 76e18be

Please sign in to comment.