-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor/remove husky * Move lint-staged stuff into pre-commit * Moved eslintignore and tsconfig * refactor/remove husky * refactor/remove husky * ignore frontend prettier - handled by eslint * refactor/remove husky * refactor/remove husky * refactor/remove husky * removed * refactor/remove husky * refactor/remove husky
- Loading branch information
1 parent
a31fe3c
commit e48c44d
Showing
13 changed files
with
130 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.idea | ||
frontend/node_modules | ||
frontend/reports | ||
frontend/public | ||
frontend/tests_output | ||
frontend/web/static | ||
frontend/web/project/libs.js | ||
frontend/e2e | ||
frontend/webpack | ||
frontend/api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[flake8] | ||
max-line-length = 120 | ||
max-complexity = 10 | ||
exclude = .git,.venv,.direnv,__pycache__,*/migrations/* | ||
|
||
per-file-ignores = | ||
api/app/settings/local.py: F403, F405 | ||
api/app/settings/production.py: F403, F405 | ||
api/app/settings/saas.py: F403, F405 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"compilerOptions": { | ||
"strict": true, | ||
"baseUrl": ".", | ||
"esModuleInterop": true, | ||
"downlevelIteration": true, | ||
"noEmit": true, | ||
"module": "esnext", | ||
"moduleResolution": "node", | ||
"resolveJsonModule": true, | ||
"isolatedModules": true, | ||
"allowJs": true, | ||
"lib": [ | ||
"dom" | ||
], | ||
"jsx": "preserve", | ||
"incremental": true, | ||
"skipLibCheck": true, | ||
"paths": { | ||
"common/*": [ | ||
"./frontend/common/*" | ||
], | ||
"components/*": [ | ||
"./frontend/web/components/*" | ||
], | ||
"project/*": [ | ||
"./frontend/web/project/*" | ||
] | ||
} | ||
}, | ||
"exclude": [ | ||
"node_modules", | ||
], | ||
"include": [ | ||
"global.d.ts", | ||
"**/*.ts", | ||
"**/*.tsx" | ||
] | ||
} |
e48c44d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
flagsmith-frontend-preview – ./frontend
flagsmith-frontend-preview-flagsmith.vercel.app
flagsmith-frontend-production-native.vercel.app
flagsmith-frontend-preview-git-main-flagsmith.vercel.app
e48c44d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs – ./docs
docs.bullet-train.io
docs-git-main-flagsmith.vercel.app
docs.flagsmith.com
docs-flagsmith.vercel.app
e48c44d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
flagsmith-frontend-staging – ./frontend
flagsmith-staging-frontend.vercel.app
flagsmith-frontend-staging-flagsmith.vercel.app
flagsmith-frontend-staging-git-main-flagsmith.vercel.app
staging.flagsmith.com