Skip to content

Commit 80b4fc8

Browse files
committed
use import exists
1 parent 61922f0 commit 80b4fc8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+21805
-1223
lines changed

Diff for: examples/app-basic/.eslintrc

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"extends": "./.config/.eslintrc"
3-
}
2+
"extends": "./.config/.eslintrc",
3+
"plugins": ["@grafana/is-compatible"],
4+
"rules": {
5+
"@grafana/is-compatible/import-exists": ["warn"]
6+
}
7+
}

0 commit comments

Comments
 (0)