add .all-contributorsrc

This commit is contained in:
Bas Nijholt 2022-11-08 09:59:21 -08:00
commit 0ee8f02491

15
.all-contributorsrc Normal file
View file

@ -0,0 +1,15 @@
{
"projectName": "adaptive-lighting",
"projectOwner": "basnijholt",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [],
"contributorsPerLine": 7,
"linkToUsage": true
}