We are currently still using eslint 8.x which has been unsupported for quite a while. Update the ci-run-eslint script to a version that uses the supported eslint 9.x. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/433>
16 lines
544 B
JSON
16 lines
544 B
JSON
{
|
|
"name": "gnome-shell-extensions-dev-scripts",
|
|
"version": "1.0.0",
|
|
"license": "MIT OR LGPL-2.0-or-later",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "cd .. && ci-run-eslint"
|
|
},
|
|
"dependencies": {
|
|
"ci-run-eslint": "git+https://gitlab.gnome.org/World/javascript/ci-run-eslint.git#f94b653606476d151439793ab8a8a93aa4a146de",
|
|
"eslint-config-gnome": "git+https://gitlab.gnome.org/World/javascript/eslint-config-gnome.git#c479d059e8d9ea99c3b53c2ea43abf7fdb05eb51",
|
|
"eslint-formatter-junit": "^9.0.1"
|
|
}
|
|
}
|