Skip to content

Commit 2803f87

Browse files
committed
First commit
1 parent 637f53d commit 2803f87

File tree

7 files changed

+5211
-0
lines changed

7 files changed

+5211
-0
lines changed

.eslintrc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"es2021": true,
5+
"node": true
6+
},
7+
"extends": "standard-with-typescript",
8+
"overrides": [],
9+
"parserOptions": {
10+
"ecmaVersion": "latest",
11+
"sourceType": "module",
12+
"project": "./tsconfig.json"
13+
},
14+
"rules": {}
15+
}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# tech-quotes
2+
23
An API to get interesting tech-related quotes (powered by GitHub pages)
4+
5+
WIP

0 commit comments

Comments
 (0)