From 49266c355ea781cbd7a0b373e64143da7740c91e Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 5 Apr 2024 14:57:53 +0100 Subject: Remove special cases for some buttons with text (#3412) * Toggle.Button -> Toggle.ButtonWithText * Simplify Prompt.Cancel/Action * Move lines down for better diff * Remove ButtonWithText * Simplify types --- .eslintrc.js | 3 --- 1 file changed, 3 deletions(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 92834fe68..df0c76230 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -32,9 +32,6 @@ module.exports = { 'H5', 'H6', 'P', - 'Prompt.Cancel', // TODO: Not always safe. - 'Prompt.Action', // TODO: Not always safe. - 'ToggleButton.Button', // TODO: Not always safe. ], impliedTextProps: [], }, -- cgit 1.4.1