grafana/packages/grafana-eslint-rules/package.json
Ashley Harrison 06d89e1929
Chore: add some basic validation tests for our eslint rules (#75284)
* add some basic validation tests for our eslint rules

* add 1 more valid case
2023-09-22 13:03:21 +01:00

23 lines
603 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"
},
"dependencies": {
"@typescript-eslint/utils": "^5.46.1"
},
"devDependencies": {
"@typescript-eslint/types": "^5.46.1",
"eslint": "8.44.0",
"tslib": "2.6.0"
},
"private": true
}