Skip to content

Commit

Permalink
Merge pull request #134 from Edgeryders-Participio/uneject-cra
Browse files Browse the repository at this point in the history
Uneject create-react-app
  • Loading branch information
Powersource authored Nov 4, 2020
2 parents 0906c20 + 81e2b54 commit f89404d
Show file tree
Hide file tree
Showing 68 changed files with 20,771 additions and 11,206 deletions.
209 changes: 0 additions & 209 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"build": "npm run build --prefix api && npm run build --prefix ui"
},
"dependencies": {
"babel-eslint": "^8.0.3",
"concurrently": "^3.5.1",
"normalize-url": "^4.0.0"
}
Expand Down
1 change: 1 addition & 0 deletions ui/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ REACT_APP_KEYCLOAK_CALLBACK_URL=http://localhost:3000/auth-callback
REACT_APP_KEYCLOAK_SERVER_URL=https://auth.platoproject.org/auth/
REACT_APP_KEYCLOAK_REALM=plato
REACT_APP_KEYCLOAK_CLIENT=realities
SKIP_PREFLIGHT_CHECK=true
6 changes: 4 additions & 2 deletions ui/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module.exports = {
'extends': 'airbnb',
'extends': [
"react-app",
"airbnb"
],
'env': {
'browser': true,
'jest': true
},
'parser': 'babel-eslint',
'rules': {
Expand Down
89 changes: 0 additions & 89 deletions ui/config/env.js

This file was deleted.

14 changes: 0 additions & 14 deletions ui/config/jest/cssTransform.js

This file was deleted.

Loading

0 comments on commit f89404d

Please sign in to comment.