-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not wrap lodash because of linter (#2174)
* do not wrap lodash import * Update reuse file and add missing headers * Update frontend/eslint.config.cjs Co-authored-by: Peter Sutter <[email protected]> --------- Co-authored-by: Peter Sutter <[email protected]>
- Loading branch information
1 parent
0559483
commit 232a3dc
Showing
159 changed files
with
1,083 additions
and
1,387 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-8.38 KB
.yarn/cache/eslint-import-resolver-custom-alias-npm-1.3.2-65cce717f8-4ef8278ec3.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
version = 1 | ||
SPDX-PackageName = "Gardener dashboard" | ||
SPDX-PackageSupplier = "The Gardener project <[email protected]>" | ||
SPDX-PackageDownloadLocation = "https://github.com/gardener/dashboard" | ||
|
||
[[annotations]] | ||
path = [ | ||
"**/.gitignore", | ||
"**/.helmignore", | ||
"**/.browserslistrc", | ||
"**/.editorconfig", | ||
"**/.env", | ||
"**.ico", | ||
"**.json", | ||
"**.png", | ||
"**.sketch", | ||
"**.svg", | ||
"**.gif", | ||
"**.tpl", | ||
"**.snap", | ||
".github/**", | ||
".yarn/**", | ||
"charts/**/Chart.yaml", | ||
"charts/**/values.yaml", | ||
"charts/**/templates/**.yaml", | ||
"charts/**/templates/**/**.yaml", | ||
"frontend/index.html", | ||
"CODEOWNERS", | ||
"VERSION", | ||
".editorconfig", | ||
".gitignore", | ||
".dockerignore", | ||
".yarnrc.yml", | ||
".pnp.cjs", | ||
".pnp.loader.mjs", | ||
"yarn.lock", | ||
"REUSE.toml", | ||
] | ||
precedence = "aggregate" | ||
SPDX-FileCopyrightText = "2017-2024 SAP SE or an SAP affiliate company and Gardener contributors" | ||
SPDX-License-Identifier = "Apache-2.0" | ||
|
||
[[annotations]] | ||
path = ["**.md", "docs/usage/shoot.yaml"] | ||
precedence = "aggregate" | ||
SPDX-FileCopyrightText = "2017-2024 SAP SE or an SAP affiliate company and Gardener contributors" | ||
SPDX-License-Identifier = "CC-BY-4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.