Skip to content

Commit

Permalink
chore: run ESLint and Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Oct 24, 2023
1 parent 5ba805e commit bb99789
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 90 deletions.
124 changes: 46 additions & 78 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,80 +1,48 @@
{
"projectName": "PackSquash-action",
"projectOwner": "ComunidadAylas",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "sya-ri",
"name": "sya-ri",
"avatar_url": "https://avatars.githubusercontent.com/u/34268371?v=4",
"profile": "https://github.com/sya-ri",
"contributions": [
"bug",
"code",
"content",
"data",
"doc",
"example",
"ideas",
"infra",
"question",
"research"
]
},
{
"login": "AlexTMjugador",
"name": "Alejandro González",
"avatar_url": "https://avatars.githubusercontent.com/u/7822554?v=4",
"profile": "https://github.com/AlexTMjugador",
"contributions": [
"code",
"content",
"doc",
"ideas",
"infra",
"maintenance",
"question",
"research",
"review"
]
},
{
"login": "xMikux",
"name": "Miku",
"avatar_url": "https://avatars.githubusercontent.com/u/26039249?v=4",
"profile": "https://github.com/xMikux",
"contributions": [
"bug",
"ideas"
]
},
{
"login": "osfanbuff63",
"name": "osfanbuff63",
"avatar_url": "https://avatars.githubusercontent.com/u/91388253?v=4",
"profile": "https://osfanbuff63.github.io/",
"contributions": [
"ideas",
"example"
]
},
{
"login": "alumina6767",
"name": "alumina6767",
"avatar_url": "https://avatars.githubusercontent.com/u/85728971?v=4",
"profile": "https://alumina6767.net/",
"contributions": [
"blog",
"ideas"
]
}
],
"contributorsPerLine": 7
"projectName": "PackSquash-action",
"projectOwner": "ComunidadAylas",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "sya-ri",
"name": "sya-ri",
"avatar_url": "https://avatars.githubusercontent.com/u/34268371?v=4",
"profile": "https://github.com/sya-ri",
"contributions": ["bug", "code", "content", "data", "doc", "example", "ideas", "infra", "question", "research"]
},
{
"login": "AlexTMjugador",
"name": "Alejandro González",
"avatar_url": "https://avatars.githubusercontent.com/u/7822554?v=4",
"profile": "https://github.com/AlexTMjugador",
"contributions": ["code", "content", "doc", "ideas", "infra", "maintenance", "question", "research", "review"]
},
{
"login": "xMikux",
"name": "Miku",
"avatar_url": "https://avatars.githubusercontent.com/u/26039249?v=4",
"profile": "https://github.com/xMikux",
"contributions": ["bug", "ideas"]
},
{
"login": "osfanbuff63",
"name": "osfanbuff63",
"avatar_url": "https://avatars.githubusercontent.com/u/91388253?v=4",
"profile": "https://osfanbuff63.github.io/",
"contributions": ["ideas", "example"]
},
{
"login": "alumina6767",
"name": "alumina6767",
"avatar_url": "https://avatars.githubusercontent.com/u/85728971?v=4",
"profile": "https://alumina6767.net/",
"contributions": ["blog", "ideas"]
}
],
"contributorsPerLine": 7
}
24 changes: 12 additions & 12 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"minimumReleaseAge": "3 days",
"schedule": ["every 2 day"],
"packageRules": [
{
"matchUpdateTypes": ["major"],
"automerge": false
},
{
"matchCategories": ["js"],
"groupName": "JS/TS dependencies"
},
{
"matchCategories": ["ci"],
"groupName": "CI dependencies"
}
{
"matchUpdateTypes": ["major"],
"automerge": false
},
{
"matchCategories": ["js"],
"groupName": "JS/TS dependencies"
},
{
"matchCategories": ["ci"],
"groupName": "CI dependencies"
}
]
}

0 comments on commit bb99789

Please sign in to comment.