Skip to content

Commit

Permalink
Make eslint work again
Browse files Browse the repository at this point in the history
With a note to remember to fix
#135
  • Loading branch information
Powersource committed Nov 4, 2020
1 parent 7ed6a42 commit 81e2b54
Show file tree
Hide file tree
Showing 4 changed files with 1,295 additions and 365 deletions.
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
Loading

0 comments on commit 81e2b54

Please sign in to comment.