Skip to content

Commit

Permalink
eslint: prevent eval()
Browse files Browse the repository at this point in the history
  • Loading branch information
tripu authored Oct 30, 2018
1 parent 028ea7a commit ff4d36c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
"quotes": [
2,
"single"
]
],
"no-eval": "error",
"no-implied-eval": "error"
}
}

0 comments on commit ff4d36c

Please sign in to comment.