Merge branch 'master' into feat/BCKSTG-93-paragraphs

Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
This commit is contained in:
Carlos Esteban Lopez Jaramillo
2023-01-11 13:31:50 -05:00
committed by GitHub
102 changed files with 1585 additions and 623 deletions
+4
View File
@@ -248,6 +248,10 @@ module.exports = {
forbid: [
{ element: 'button', message: 'use MUI <Button> instead' },
{ element: 'p', message: 'use MUI <Typography> instead' },
{
element: 'span',
message: 'use a MUI <Typography> variant instead',
},
],
},
],