Skip to content

Commit 5209830

Browse files
authored
Merge pull request #100 from kintone-samples/APIdocument-2439
[APIdocument-2439]Reactバージョンを最新にする
2 parents 24b0dc7 + a9dcbb7 commit 5209830

File tree

10 files changed

+16329
-1423
lines changed

10 files changed

+16329
-1423
lines changed

.env.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
MODE=''
12
PPK=Your PPK Filename
23
BASE_URL=Your kintone url(ex:https://sample.cybozu.com)
3-
USERNAME=Login username
4+
LOGINID=Login username
45
PASSWORD=Login password

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
33
"editor.codeActionsOnSave": {
4-
"source.fixAll.eslint": true
4+
"source.fixAll.eslint": "explicit"
55
},
66
"eslint.format.enable": true,
77
"editor.formatOnSave": true

0 commit comments

Comments
 (0)