grafana/packages/grafana-eslint-rules/package.json
renovate[bot] f97cea5522
Update dependency eslint to v8.56.0 (#80825)
* Update dependency eslint to v8.56.0

* update sdk

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-18 18:52:04 +02:00

23 lines
601 B
JSON

{
"name": "@grafana/eslint-plugin",
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
"version": "10.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"
},
"dependencies": {
"@typescript-eslint/utils": "^6.0.0"
},
"devDependencies": {
"@typescript-eslint/types": "^6.0.0",
"eslint": "8.56.0",
"tslib": "2.6.2"
},
"private": true
}