Skip to content

Commit

Permalink
Merge pull request #1 from asyncapi/master
Browse files Browse the repository at this point in the history
[pull] master from asyncapi:master
  • Loading branch information
derberg authored Aug 21, 2024
2 parents 2503d60 + db9b0e1 commit 1c625f3
Show file tree
Hide file tree
Showing 211 changed files with 22,895 additions and 60,854 deletions.
67 changes: 65 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"commitConvention": "angular",
"contributors": [
{
"login": "fmvilas",
Expand Down Expand Up @@ -134,8 +134,71 @@
"contributions": [
"doc"
]
},
{
"login": "Florence-Njeri",
"name": "Florence Njeri",
"avatar_url": "https://avatars.githubusercontent.com/u/40742916?v=4",
"profile": "https://github.com/Florence-Njeri",
"contributions": [
"doc",
"review",
"infra",
"maintenance"
]
},
{
"login": "pratik2315",
"name": "Pratik Haldankar",
"avatar_url": "https://avatars.githubusercontent.com/u/77961530?v=4",
"profile": "https://unruffled-goodall-dd424e.netlify.app/",
"contributions": [
"doc",
"review",
"maintenance",
"talk"
]
},
{
"login": "swastiksuvam55",
"name": "swastik suvam singh",
"avatar_url": "https://avatars.githubusercontent.com/u/90003260?v=4",
"profile": "https://github.com/swastiksuvam55",
"contributions": [
"code"
]
},
{
"login": "GavinZhengOI",
"name": "GavinZhengOI",
"avatar_url": "https://avatars.githubusercontent.com/u/33168669?v=4",
"profile": "https://blog.orzzh.icu/",
"contributions": [
"doc"
]
},
{
"login": "lmgyuan",
"name": "lmgyuan",
"avatar_url": "https://avatars.githubusercontent.com/u/16447041?v=4",
"profile": "https://github.com/lmgyuan",
"contributions": [
"doc"
]
},
{
"login": "pierrick-boule",
"name": "pierrick-boule",
"avatar_url": "https://avatars.githubusercontent.com/u/3237116?v=4",
"profile": "https://github.com/pierrick-boule",
"contributions": [
"code",
"test",
"doc"
]
}
],
"contributorsPerLine": 3,
"skipCi": true
"skipCi": false,
"commitType": "docs"
}
14 changes: 14 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-git", { "repo": "asyncapi/generator" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"privatePackages": {
"version": true,
"tag": true
}
}
10 changes: 6 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
output
node_modules
.github/templates-list-validator/dist
test/temp
apps/generator/output/*
**/node_modules/
.github/templates-list-validator/dist/*
apps/generator/test/temp/*
apps/generator/test/test-templates/react-template/__transpiled/*

15 changes: 15 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ env:
plugins:
- sonarjs
- jest
- react

extends:
- plugin:react/recommended
- plugin:sonarjs/recommended

parserOptions:
ecmaVersion: 2018
sourceType: module
ecmaFeatures:
jsx: true
settings:
react:
version: detect

rules:
# Ignore Rules
Expand Down Expand Up @@ -96,3 +104,10 @@ rules:
prefer-const: 2
prefer-spread: 2
prefer-template: 2

# React
react/jsx-uses-react: off
react/react-in-jsx-scope: off
react/display-name: off
react/prop-types: off
react/jsx-key: off
16 changes: 0 additions & 16 deletions .github/templates-list-validator/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions .github/templates-list-validator/action.yml

This file was deleted.

Loading

0 comments on commit 1c625f3

Please sign in to comment.