forked from Galactic/galactic-bot
DiscordWebhook transport & storage barebones
This commit is contained in:
commit
9139870ca5
@ -1,29 +0,0 @@
|
||||
{
|
||||
"env": {
|
||||
"commonjs": true,
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"globals": {
|
||||
"Atomics": "readonly",
|
||||
"SharedArrayBuffer": "readonly"
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018
|
||||
},
|
||||
"rules": {
|
||||
"indent": [
|
||||
"error",
|
||||
4
|
||||
],
|
||||
"linebreak-style": [
|
||||
"error",
|
||||
"unix"
|
||||
],
|
||||
"semi": [
|
||||
"error",
|
||||
"always"
|
||||
]
|
||||
}
|
||||
}
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -3,4 +3,8 @@ node_modules
|
||||
.vscode
|
||||
yarn-error.log
|
||||
.eslintrc.json
|
||||
logs/*
|
||||
<<<<<<< HEAD
|
||||
logs/*
|
||||
=======
|
||||
logs
|
||||
>>>>>>> fc3b124d98ad8c63b35945e38560e1a6060cea2b
|
||||
|
Loading…
Reference in New Issue
Block a user