mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
"Release: Updated versions in package to 10.2.0-pre" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
19 lines
533 B
JSON
19 lines
533 B
JSON
{
|
|
"name": "@grafana/eslint-plugin",
|
|
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
|
|
"version": "10.2.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
|
|
}
|