-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review (not for merge) #10
base: collaborators-review
Are you sure you want to change the base?
Changes from 124 commits
cfc1f82
13466b5
1d72878
c9b7e02
d3b3cf7
b722652
d63591c
fc347d1
022d326
c1c472b
f9ea037
41921c3
4a5354e
618822c
eefd6e7
9175182
dd01ca6
2e8ac45
04925df
93c8db1
e17941c
79a887f
f0a5ef4
ac67f3a
5de1228
c9aa5ef
9401016
5f95f57
195b6d8
06c5778
e0ee9b2
0f9e3d5
b8c507a
ebb585a
b633027
2b247e6
ab62539
bd11058
6d6aee3
a95cf76
f4cfc40
9397478
2f806b3
dc1eea1
80e44af
715ee8b
fac3b8a
4afcf92
55958fe
abea766
38cce57
5122237
4dd049f
a91f19f
8864a5f
68a4806
0a6010e
3089bd0
95bd6f5
a1cd60d
6957f17
6599581
f4c7523
15e7413
b8e85da
cc59434
4208aaf
a48a5fe
73ee045
dc4497e
148f281
6d95def
1b231bb
31a2eb3
8706995
53b8c5a
4b714f6
3f976f9
844c1a5
d18b021
919d6ab
4e4847f
c73c402
0ee4a5a
c4608be
d28790f
9690364
6c92cc8
3844d94
3f71487
6642134
f2d96d7
11d18d1
0c834f1
7d962f1
2349234
ee81f86
9d8f0a0
445310c
f4ce723
07bc6d3
2966d42
713cfc8
aed8e2b
919a297
6eb2dc1
4ffda8f
32a5a96
d30e342
c220188
3b3f040
6cd51bf
f65c3f5
0a50602
a23eede
be2fe32
5bbe697
ee458cc
d89243b
761f908
2274c49
1d565f3
af3d74a
fc3755d
45c4b24
62a80a3
126b46d
12bfd3c
cd190d4
33ab648
fa1d346
b317816
2336fc2
0ab8cc2
6bae370
1cd383e
809856c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
SKIP_PREFLIGHT_CHECK=true | ||
REACT_APP_CORE_URL=http://localhost:5000 | ||
REACT_APP_CLIENT_ID=clien_id | ||
REACT_APP_CLIENT_SECRET=client_secret | ||
REACT_APP_REGION=eu-central-1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
lib | ||
lib-scripts | ||
lib-temp | ||
temp | ||
node_modules |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"root": true, | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": ["react", "react-hooks", "@typescript-eslint", "prettier"], | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:react/recommended", | ||
"plugin:@typescript-eslint/eslint-recommended", | ||
"plugin:@typescript-eslint/recommended", | ||
"react-app", | ||
"prettier" | ||
], | ||
"settings": { | ||
"react": { | ||
"pragma": "React", | ||
"version": "detect" | ||
}, | ||
"import/external-module-folders": ["node_modules"], | ||
"import/resolver": { | ||
"node": { | ||
"extensions": [".ts", ".tsx", ".js", ".jsx"], | ||
"moduleDirectory": ["node_modules", "src/"] | ||
} | ||
} | ||
}, | ||
"rules": { | ||
"@typescript-eslint/ban-types": 0, | ||
"@typescript-eslint/explicit-function-return-type": 0, | ||
"@typescript-eslint/explicit-module-boundary-types": 0, | ||
"@typescript-eslint/no-explicit-any": 0, | ||
"@typescript-eslint/no-var-requires": 0, | ||
"@typescript-eslint/ban-ts-comment": 0, | ||
"@typescript-eslint/no-non-null-assertion": 0, | ||
"@typescript-eslint/no-empty-function": 0, | ||
// We are using React 17 so we can disable this rules | ||
"react/prop-types": 0, | ||
"react/display-name": 0, | ||
"react/jsx-uses-react": "off", | ||
"react/react-in-jsx-scope": "off", | ||
// Make prettier code formatting suggestions more verbose. | ||
"prettier/prettier": [ | ||
"error", | ||
{}, | ||
{ | ||
"usePrettierrc": true | ||
} | ||
] | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,104 +1,14 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
|
||
# Diagnostic reports (https://nodejs.org/api/report.html) | ||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
*.lcov | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# TypeScript v1 declaration files | ||
typings/ | ||
|
||
# TypeScript cache | ||
*.tsbuildinfo | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Microbundle cache | ||
.rpt2_cache/ | ||
.rts2_cache_cjs/ | ||
.rts2_cache_es/ | ||
.rts2_cache_umd/ | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
.env.test | ||
|
||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
|
||
# Next.js build output | ||
.next | ||
|
||
# Nuxt.js build / generate output | ||
.nuxt | ||
dist | ||
|
||
# Gatsby files | ||
.cache/ | ||
# Comment in the public line in if your project uses Gatsby and *not* Next.js | ||
# https://nextjs.org/blog/next-9-1#public-directory-support | ||
# public | ||
|
||
# vuepress build output | ||
.vuepress/dist | ||
|
||
# Serverless directories | ||
.serverless/ | ||
|
||
# FuseBox cache | ||
.fusebox/ | ||
|
||
# DynamoDB Local files | ||
.dynamodb/ | ||
# Swagger files | ||
temp | ||
|
||
# TernJS port file | ||
.tern-port | ||
.DS_Store |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn lint |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# production | ||
/build | ||
/lib-temp | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
.idea | ||
.eslintcache |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package.json | ||
public/ | ||
node_modules/ | ||
build | ||
lib | ||
lib-scripts | ||
src/clients |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"semi": true, | ||
"singleQuote": true, | ||
"jsxSingleQuote": true, | ||
"bracketSpacing": true, | ||
"jsxBracketSameLine": false, | ||
"arrowParens": "avoid", | ||
"useTabs": true, | ||
"tabWidth": 2, | ||
"printWidth": 100, | ||
"trailingComma": "all", | ||
"endOfLine": "auto" | ||
} |
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.
add sonar, it's always usefull