mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 18:01:40 -06:00
959c89793f
* Create eslint plugin/rule for catching e2e selectors in aria-label * Add no-aria-label-e2e-selectors to betterer * chore: skip levitate for the `grafana-eslint-rules` package * Fix rule * Add readme * Add Apache 2 license * Typecheck using @typescript-eslint/utils * actually export the rule Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
19 lines
532 B
JSON
19 lines
532 B
JSON
{
|
|
"name": "@grafana/eslint-plugin",
|
|
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
|
|
"version": "9.4.0-pre",
|
|
"main": "./index.cjs",
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-eslint-rules"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/types": "^5.46.1",
|
|
"@typescript-eslint/utils": "^5.46.1"
|
|
},
|
|
"private": true
|
|
}
|