Betterer: improve the deprecated layout components usage tracking (#85648)

This commit is contained in:
Laura Fernández
2024-04-05 13:40:46 +02:00
committed by GitHub
parent 3294411027
commit cd43308dc9
2 changed files with 56 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ function countEslintErrors() {
{
patterns: [
{
group: ['@grafana/ui*'],
group: ['@grafana/ui*', '*/Layout/*'],
importNames: ['Layout', 'HorizontalGroup', 'VerticalGroup'],
message: 'Use Stack component instead.',
},