diff --git a/package-lock.json b/package-lock.json index c00df97d..768a358a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,6 +28,9 @@ "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, + "funding": { + "url": "https://opencollective.com/eslint" + }, "peerDependencies": { "eslint": "^7.0.0 || ^8.0.0" } diff --git a/package.json b/package.json index e9c2078b..daf58742 100644 --- a/package.json +++ b/package.json @@ -79,5 +79,6 @@ }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } + }, + "funding": "https://opencollective.com/eslint" }