Skip to content

Commit

Permalink
Merge pull request #78 from gipplab/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jpwahle authored Aug 9, 2022
2 parents dbd3b98 + d6f7362 commit 84130b4
Show file tree
Hide file tree
Showing 50 changed files with 2,954 additions and 422 deletions.
16 changes: 0 additions & 16 deletions .devcontainer/Dockerfile

This file was deleted.

33 changes: 0 additions & 33 deletions .devcontainer/devcontainer.json

This file was deleted.

1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
PORT = 3001
REACT_APP_BACKEND = "http://localhost:3000/api/v0/"
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": ["airbnb-typescript", "prettier", "plugin:import/errors", "plugin:import/warnings", "plugin:import/typescript"],
"plugins": ["prettier", "@typescript-eslint", "import", "react"],
"ignorePatterns": ["**/ldavis/*.js"],
"rules": {
"prettier/prettier": ["error"],
"no-unused-expressions": "off",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: ✅ Setup node
uses: actions/setup-node@v2
with:
node-version: '17'
node-version: '18'

- name: 📦 Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: ✅ Setup node
uses: actions/setup-node@v2
with:
node-version: '17'
node-version: '18'

- name: 🏷 Bump version and push tag
uses: anothrNick/[email protected]
Expand Down
Loading

0 comments on commit 84130b4

Please sign in to comment.