Skip to content

Commit

Permalink
Modify the security issues of .eslintrc.js (#1846)
Browse files Browse the repository at this point in the history
Signed-off-by: Yue, Wenjiao <[email protected]>
  • Loading branch information
WenjiaoYue authored Jun 5, 2024
1 parent 82fc480 commit 41da740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
fs: 'empty',
net:'empty',
tls:'empty',
}
},
curly: ['error', 'all'],
eqeqeq: 'error',
'prefer-arrow-callback': 'error'
Expand Down

0 comments on commit 41da740

Please sign in to comment.