Skip to content

Commit 4000443

Browse files
committed
Updated dependencies
1 parent d1b4521 commit 4000443

File tree

5 files changed

+28071
-12104
lines changed

5 files changed

+28071
-12104
lines changed

.eslintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
"plugins": [
2424
"react"
2525
],
26-
"parser": "babel-eslint",
26+
"parser": "@babel/eslint-parser",
2727
"rules": {
28+
"no-unused-vars": "off",
2829
"no-console": "off",
2930
"strict": ["error", "global"],
3031
"curly": "warn",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Node.js backend is here <https://github.com/asteriskiry/jasenrekisteri-backend>.
1414
Make sure [backend](https://github.com/asteriskiry/jasenrekisteri-backend) is running.
1515
```bash
1616
git clone https://github.com/asteriskiry/jasenrekisteri-frontend.git
17-
cd jasenrekisteri-frontned
17+
cd jasenrekisteri-frontend
1818
cp .env-sample .env
1919
npm install
2020
npm start

0 commit comments

Comments
 (0)