Skip to content

Commit bebcfdd

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 58ec597 + 0eb1fe7 commit bebcfdd

File tree

492 files changed

+27591
-58897
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

492 files changed

+27591
-58897
lines changed

.all-contributorsrc

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,38 @@
112112
"contributions": [
113113
"doc"
114114
]
115+
},
116+
{
117+
"login": "AdiPol1359",
118+
"name": "Adrian Polak",
119+
"avatar_url": "https://avatars.githubusercontent.com/u/27779154?v=4",
120+
"profile": "https://projectcode.pl/",
121+
"contributions": [
122+
"code"
123+
]
124+
},
125+
{
126+
"login": "xStrixU",
127+
"name": "xStrixU",
128+
"avatar_url": "https://avatars.githubusercontent.com/u/41890821?v=4",
129+
"profile": "https://github.com/xStrixU",
130+
"contributions": [
131+
"code"
132+
]
133+
},
134+
{
135+
"login": "grzegorzpokorski",
136+
"name": "Grzegorz Pokorski",
137+
"avatar_url": "https://avatars.githubusercontent.com/u/27455716?v=4",
138+
"profile": "https://github.com/grzegorzpokorski",
139+
"contributions": [
140+
"doc",
141+
"bug",
142+
"code"
143+
]
115144
}
116145
],
117-
"contributorsPerLine": 7,
146+
"contributorsPerLine": 3,
118147
"skipCi": true,
119148
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/Contributors-<%= contributors.length %>-673ab7.svg)](#contributors-)"
120149
}

.circleci/config.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.
File renamed without changes.

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc

Lines changed: 0 additions & 18 deletions
This file was deleted.

.eslintrc.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
root: true,
3+
// This tells ESLint to load the config from the package `eslint-config-devfaq`
4+
extends: ["devfaq"],
5+
settings: {
6+
next: {
7+
rootDir: ["apps/*/"],
8+
},
9+
},
10+
};

.fossa.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/auto-approve-dependabot.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)