mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
b09b49fb37
* Initial commit * Chore: fixes after merge * Chore: removes todos * Chore: uncomment test * Chore: adds missing externals to rollup config * Refactor: selectors is master for everything * Docs: updates Docs * Chore: adds e2e-selectors to publish
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
{
|
|
"extends": ["@grafana/eslint-config"],
|
|
"rules": {
|
|
"no-restricted-imports": [2, "^@grafana/runtime.*", "^@grafana/ui.*", "^@grafana/e2e.*"]
|
|
}
|
|
}
|