mirror of https://github.com/grafana/grafana.git
26 lines
677 B
JSON
26 lines
677 B
JSON
{
|
|
"name": "@grafana/eslint-plugin",
|
|
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
|
|
"version": "12.1.3",
|
|
"main": "./index.cjs",
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"typecheck": "tsc --emitDeclarationOnly false --noEmit"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-eslint-rules"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/utils": "^8.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/types": "^8.9.0",
|
|
"eslint": "9.19.0",
|
|
"tslib": "2.8.1"
|
|
},
|
|
"private": true
|
|
}
|