meta files

This commit is contained in:
Erik 2022-04-29 20:09:06 +03:00
parent d9558f9d72
commit 0cc1238c97
Signed by untrusted user: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
3 changed files with 9 additions and 2 deletions

4
.eslintignore Normal file
View File

@ -0,0 +1,4 @@
src/middleware/api
src/structure/components/settings/.eslintrc.json
src/localization
src/constants

View File

@ -6,6 +6,7 @@
"132777808362471424"
],
"clientOptions": {
"partials": ["CHANNEL"],
"intents": [
"GUILDS",
"GUILD_MEMBERS",
@ -13,7 +14,8 @@
"GUILD_VOICE_STATES",
"GUILD_WEBHOOKS",
"GUILD_BANS",
"GUILD_PRESENCES"
"GUILD_PRESENCES",
"DIRECT_MESSAGES"
]
},
"invite": "https://discord.gg/49u6cHu",

View File

@ -8,7 +8,8 @@
"dev": "nodemon --trace-warnings --unhandled-rejections=strict index.js",
"debug": "node --trace-warnings --inspect index.js",
"update": "git pull && cd api && yarn update",
"test": "jest --detectOpenHandles"
"test": "jest --detectOpenHandles",
"lint": "eslint --fix-dry-run src/**"
},
"repository": {
"type": "git",