Skip to content

Commit

Permalink
Ignore data-no-store-string-literals rule for native files (#31936)
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath authored May 18, 2021
1 parent a8061c1 commit 88959ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ module.exports = {
'import/no-extraneous-dependencies': 'off',
'import/no-unresolved': 'off',
'import/named': 'off',
'@wordpress/data-no-store-string-literals': 'off',
},
},
{
Expand Down

0 comments on commit 88959ff

Please sign in to comment.