Skip to content

Commit 8031d8d

Browse files
authored
Merge pull request #529 from HackRU/new-schedule-component
New schedule component
2 parents 652c7b2 + d8bfc62 commit 8031d8d

File tree

7 files changed

+258
-157
lines changed

7 files changed

+258
-157
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ module.exports = {
77
extends: "eslint:recommended",
88
globals: {
99
Atomics: "readonly",
10-
SharedArrayBuffer: "readonly"
10+
SharedArrayBuffer: "readonly",
11+
JSX: true,
1112
},
1213
parser: "babel-eslint",
1314
parserOptions: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"scripts": {
5454
"tailwind-watch": "npx tailwindcss -i ./src/index.css -o ./public/tailwind-output.css --watch",
55-
"start": "npm run tailwind-watch & env-cmd development react-scripts start",
55+
"start": "env-cmd development react-scripts start",
5656
"build-dev": "env-cmd build-dev react-scripts build",
5757
"build-prod": "env-cmd build-prod react-scripts build",
5858
"test": "react-scripts test",

0 commit comments

Comments
 (0)