f1e0058e67
The script is a small wrapper around the `ci-run-eslint` package from World/javascript, which is a generalized and improved version of the .gitlab-ci/run-eslint script from gnome-shell. It only requires `npm` to be available, so it simplifies running eslint locally quite a lot Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/408>
15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
# SPDX-FileCopyrightText: 2011 Giovanni Campagna <gcampagna@src.gnome.org>
|
|
# SPDX-FileCopyrightText: 2023 Florian Müllner <fmuellner@gnome.org>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
po/gnome-shell-extensions.pot
|
|
zip-files/
|
|
*~
|
|
*.patch
|
|
*.sw?
|
|
.buildconfig
|
|
.eslintcache
|
|
.vscode
|
|
node_modules
|