Skip to content

Commit

Permalink
add no pause rule
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Feb 14, 2023
1 parent 2db2deb commit d8bc989
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 @@ -392,6 +392,7 @@ module.exports = {
rules: {
'@wordpress/no-global-active-element': 'off',
'@wordpress/no-global-get-selection': 'off',
'no-page-pause': 'error',
'no-restricted-syntax': [
'error',
{
Expand Down

0 comments on commit d8bc989

Please sign in to comment.