Skip to content

Commit

Permalink
New: disable security/detect-object-injection
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed May 4, 2021
1 parent 3e8e6d0 commit a800d2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Expand Up @@ -255,7 +255,8 @@ module.exports = {
'import/no-commonjs' : 0,
'more/no-hardcoded-configuration-data' : 0,
'func-names' : 0,
'more/prefer-includes' : 0
'more/prefer-includes' : 0,
'security/detect-object-injection' : 0

},

Expand Down

0 comments on commit a800d2b

Please sign in to comment.