Skip to content

Commit

Permalink
Merge pull request #1 from ouifi/dev
Browse files Browse the repository at this point in the history
New Features
  • Loading branch information
ouifi authored Apr 20, 2021
2 parents 23bc4db + 8d2401e commit 5ec26b2
Show file tree
Hide file tree
Showing 8 changed files with 2,071 additions and 35 deletions.
18 changes: 18 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"root": true,
"env":{
"node": true,
"es6": true
},
"extends": [
"eslint:recommended"
],
"rules": {
"semi": "warn",
"no-unused-vars": "off"
},
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Create a `.env` file with the following values from your own reddit bot account.
```
REDDIT_CLIENT_SECRET=<secret>
REDDIT_CLIENT_ID=<id>
REDDIT_USERNAME=<username>
NODE_ENV={ development | production }
LOG_LEVEL={ NONE | ERROR | WARN | LOG | [DEBUG] | VERBOSE }
```
Expand Down
Loading

0 comments on commit 5ec26b2

Please sign in to comment.