sql: added lint-rule againts wrong imports (#75881)

pull/75980/head
Gábor Farkas 2 years ago committed by GitHub
parent eea95c2ddf
commit c869844a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      public/app/features/plugins/sql/.eslintrc

@ -0,0 +1,10 @@
{
"rules": {
"no-restricted-imports": [
"error",
{
"patterns": ["app/*"]
}
]
}
}
Loading…
Cancel
Save