mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 19:30:36 -06:00
fa36392185
"Release: Updated versions in package to 10.0.0-pre"
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.0.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
|
|
}
|