Skip to content

Commit

Permalink
fix: revert custom eslint rule for toggle word
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Dec 18, 2024
1 parent 727a48c commit 90c3d9e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 136 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ module.exports = {
'@wordpress/react-no-unsafe-timeout': 'error',
'@wordpress/i18n-hyphenated-range': 'error',
'@wordpress/i18n-no-flanking-whitespace': 'error',
'@wordpress/i18n-no-toggle': 'error',
'@wordpress/i18n-text-domain': [
'error',
{
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-plugin/configs/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ module.exports = {
'@wordpress/i18n-ellipsis': 'error',
'@wordpress/i18n-no-flanking-whitespace': 'error',
'@wordpress/i18n-hyphenated-range': 'error',
'@wordpress/i18n-no-toggle': 'error',
},
};
74 changes: 0 additions & 74 deletions packages/eslint-plugin/rules/__tests__/i18n-no-toggle.js

This file was deleted.

60 changes: 0 additions & 60 deletions packages/eslint-plugin/rules/i18n-no-toggle.js

This file was deleted.

0 comments on commit 90c3d9e

Please sign in to comment.