Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Jul 30, 2023
1 parent 637f53d commit 2803f87
Show file tree
Hide file tree
Showing 7 changed files with 5,211 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": {
"browser": true,
"es2021": true,
"node": true
},
"extends": "standard-with-typescript",
"overrides": [],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": "./tsconfig.json"
},
"rules": {}
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# tech-quotes

An API to get interesting tech-related quotes (powered by GitHub pages)

WIP
Loading

0 comments on commit 2803f87

Please sign in to comment.