Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from rivet-gg/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
MasterPtato authored Aug 14, 2024
2 parents fdcc94b + 99af676 commit 7eb2b07
Show file tree
Hide file tree
Showing 51,901 changed files with 5,475,270 additions and 2,350,797 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
166 changes: 0 additions & 166 deletions .circleci/config.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ generated
bundle.c?js
.pnp*
packages/ir-sdk/**
packages/docs-config/**
packages/cli/openapi-ir-sdk/**
packages/cli/configuration/src/docs-yml/schemas/**
packages/seed/**
generators/typescript/utils/core-utilities/**
seed/**

docker/seed/**
55 changes: 29 additions & 26 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
root: true,
env: {
browser: true,
es2021: true,
es2021: true
},
plugins: [
"@typescript-eslint",
Expand All @@ -11,7 +11,7 @@ module.exports = {
"deprecation",
"import",
"react",
"eslint-plugin-tailwindcss",
"eslint-plugin-tailwindcss"
],
extends: [
"eslint:recommended",
Expand All @@ -22,26 +22,26 @@ module.exports = {
"plugin:@blueprintjs/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:tailwindcss/recommended",
"plugin:tailwindcss/recommended"
],
settings: {
react: {
version: "^18.2.0",
},
version: "^18.2.0"
}
},
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaFeatures: {
jsx: true,
jsx: true
},
ecmaVersion: 12,
sourceType: "module",
project: ["./tsconfig.eslint.json", "./packages/**/tsconfig.json"],
allowAutomaticSingleRunInference: true,
tsconfigRootDir: __dirname,
tsconfigRootDir: __dirname
},
env: {
"jest/globals": true,
"jest/globals": true
},
ignorePatterns: ["*.js", "*.jsx"],
rules: {
Expand All @@ -50,41 +50,42 @@ module.exports = {
"error",
"double",
{
avoidEscape: true,
},
avoidEscape: true
}
],
semi: ["error", "always"],
indent: "off",
"no-empty": [
"error",
{
allowEmptyCatch: true,
},
allowEmptyCatch: true
}
],
"@typescript-eslint/no-unused-vars": [
"warn",
{
ignoreRestSiblings: true,
},
ignoreRestSiblings: true
}
],
"@typescript-eslint/no-namespace": [
"error",
{
allowDeclarations: true,
},
allowDeclarations: true
}
],
"@typescript-eslint/explicit-module-boundary-types": [
"error",
{
allowHigherOrderFunctions: false,
},
allowHigherOrderFunctions: false
}
],
"@typescript-eslint/no-floating-promises": ["error"],
"@typescript-eslint/no-misused-promises": ["error"],
"@typescript-eslint/no-empty-function": [
"error",
{
allow: ["private-constructors", "protected-constructors", "decoratedFunctions"],
},
allow: ["private-constructors", "protected-constructors", "decoratedFunctions"]
}
],
"jest/unbound-method": ["error"],
"object-shorthand": ["error"],
Expand All @@ -96,16 +97,16 @@ module.exports = {
"import/no-internal-modules": [
"error",
{
forbid: ["@fern-api/*/**"],
},
forbid: ["@fern-api/*/**"]
}
],
"@typescript-eslint/no-base-to-string": "error",
eqeqeq: [
"error",
"always",
{
null: "never",
},
null: "never"
}
],
curly: "error",
"no-console": "error",
Expand All @@ -115,7 +116,9 @@ module.exports = {
"@blueprintjs/classes-constants": "off",
"tailwindcss/no-custom-classname": "off",
"@blueprintjs/html-components": "off",
"@typescript-eslint/strict-boolean-expressions": "error",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-empty-interface": "off",
},
"@typescript-eslint/no-unnecessary-condition": "off",
"eslint-comments/no-unused-disable": "off"
}
};
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**/ruby/playground/** linguist-generated=true
seed/** linguist-generated=true
seed/**/seed.yml linguist-generated=false
seed/**/.mock linguist-generated=true
packages/ir-sdk/src/sdk/** linguist-generated=true
12 changes: 9 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
* @dsinghvi
/packages/generators/cli/* @armandobelardo
/packages/generators/commons/* @armandobelardo
/packages/generators/docker/* @armandobelardo
fern/* @dsinghvi
generators/go/* @amckinney
generators/java/* @dcb6
generators/csharp/* @dcb6
generators/python/* @armandobelardo
generators/ruby/* @armandobelardo
generators/typescript/* @dsinghvi
packages/cli/* @amckinney
packages/generators/cli/* @armandobelardo
packages/generators/docker/* @armandobelardo
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

Loading

0 comments on commit 7eb2b07

Please sign in to comment.