Commits (4)
-
radicalpubes authored3c9bcb7c
-
radicalpubes authored16f5d6fa
-
radicalpubes authoredbbc47c9d
-
radicalpubes authorede20ef7df
Showing
.env.sample
0 → 100644
| ... | @@ -4,7 +4,8 @@ | ... | @@ -4,7 +4,8 @@ |
| "description": "A Discord built for the LOLs", | "description": "A Discord built for the LOLs", | ||
| "main": "src/app.js", | "main": "src/app.js", | ||
| "scripts": { | "scripts": { | ||
| "lint": "eslint src/" | "lint": "eslint src/", | ||
| "start": "node src/app.js" | |||
| }, | }, | ||
| "author": "zeebhombal@gmail.com", | "author": "zeebhombal@gmail.com", | ||
| "license": "MIT", | "license": "MIT", | ||
| ... | @@ -17,4 +18,4 @@ | ... | @@ -17,4 +18,4 @@ |
| "eslint-config-airbnb-base": "^14.2.0", | "eslint-config-airbnb-base": "^14.2.0", | ||
| "eslint-plugin-import": "^2.22.0" | "eslint-plugin-import": "^2.22.0" | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |