Skip to content

Commit

Permalink
chore: disable security/detect-object-injection
Browse files Browse the repository at this point in the history
  • Loading branch information
changfeng committed Jan 29, 2023
1 parent 7b652fb commit c358c7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ module.exports = {
},
],

'security/detect-object-injection': off,

// Common
'camelcase': off,
'no-cond-assign': [error, 'always'],
Expand Down

0 comments on commit c358c7f

Please sign in to comment.