mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Betterer: improve the deprecated layout components usage tracking (#85648)
This commit is contained in:
@@ -91,7 +91,7 @@ function countEslintErrors() {
|
||||
{
|
||||
patterns: [
|
||||
{
|
||||
group: ['@grafana/ui*'],
|
||||
group: ['@grafana/ui*', '*/Layout/*'],
|
||||
importNames: ['Layout', 'HorizontalGroup', 'VerticalGroup'],
|
||||
message: 'Use Stack component instead.',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user