Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandaDwiLaksono committed Jun 7, 2023
0 parents commit 65c7b8a
Show file tree
Hide file tree
Showing 8 changed files with 3,118 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": "standard",
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
"comma-dangle": "off",
"semi": "off"
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
notes-api-webserver.pem
Loading

0 comments on commit 65c7b8a

Please sign in to comment.