Files
grafana/packages/grafana-eslint-rules/package.json
T
grafana-delivery-bot[bot] 163cc84699 Release: Bump version to 9.5.11 (#75053)
"Release: Updated versions in package to 9.5.11"

Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
2023-09-19 09:20:56 +03:00

19 lines
529 B
JSON

{
"name": "@grafana/eslint-plugin",
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
"version": "9.5.11",
"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
}