mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
sql: added lint-rule againts wrong imports (#75881)
This commit is contained in:
parent
eea95c2ddf
commit
c869844a78
10
public/app/features/plugins/sql/.eslintrc
Normal file
10
public/app/features/plugins/sql/.eslintrc
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"rules": {
|
||||
"no-restricted-imports": [
|
||||
"error",
|
||||
{
|
||||
"patterns": ["app/*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user