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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,4 +3,8 @@ node_modules
|
|||||||
.vscode
|
.vscode
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
.eslintrc.json
|
.eslintrc.json
|
||||||
|
<<<<<<< HEAD
|
||||||
logs/*
|
logs/*
|
||||||
|
=======
|
||||||
|
logs
|
||||||
|
>>>>>>> fc3b124d98ad8c63b35945e38560e1a6060cea2b
|
||||||
|
Loading…
Reference in New Issue
Block a user