We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-implied-eval
1 parent 54b4a4b commit 07193f7Copy full SHA for 07193f7
lib/configs/recommended.js
@@ -65,6 +65,7 @@ module.exports = {
65
'no-func-assign': 'error',
66
'no-global-assign': 'error',
67
'no-implicit-globals': 'error',
68
+ 'no-implied-eval': 'error',
69
'no-inner-declarations': 'error',
70
'no-invalid-regexp': 'error',
71
'no-invalid-this': 'error',
0 commit comments