mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* 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>
15 lines
288 B
JSON
15 lines
288 B
JSON
{
|
|
"name": "eslint",
|
|
"version": "8.56.0-sdk",
|
|
"main": "./lib/api.js",
|
|
"type": "commonjs",
|
|
"bin": {
|
|
"eslint": "./bin/eslint.js"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./lib/api.js",
|
|
"./use-at-your-own-risk": "./lib/unsupported-api.js"
|
|
}
|
|
}
|