meta files
This commit is contained in:
parent
d9558f9d72
commit
0cc1238c97
4
.eslintignore
Normal file
4
.eslintignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
src/middleware/api
|
||||||
|
src/structure/components/settings/.eslintrc.json
|
||||||
|
src/localization
|
||||||
|
src/constants
|
@ -6,6 +6,7 @@
|
|||||||
"132777808362471424"
|
"132777808362471424"
|
||||||
],
|
],
|
||||||
"clientOptions": {
|
"clientOptions": {
|
||||||
|
"partials": ["CHANNEL"],
|
||||||
"intents": [
|
"intents": [
|
||||||
"GUILDS",
|
"GUILDS",
|
||||||
"GUILD_MEMBERS",
|
"GUILD_MEMBERS",
|
||||||
@ -13,7 +14,8 @@
|
|||||||
"GUILD_VOICE_STATES",
|
"GUILD_VOICE_STATES",
|
||||||
"GUILD_WEBHOOKS",
|
"GUILD_WEBHOOKS",
|
||||||
"GUILD_BANS",
|
"GUILD_BANS",
|
||||||
"GUILD_PRESENCES"
|
"GUILD_PRESENCES",
|
||||||
|
"DIRECT_MESSAGES"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"invite": "https://discord.gg/49u6cHu",
|
"invite": "https://discord.gg/49u6cHu",
|
||||||
|
@ -8,7 +8,8 @@
|
|||||||
"dev": "nodemon --trace-warnings --unhandled-rejections=strict index.js",
|
"dev": "nodemon --trace-warnings --unhandled-rejections=strict index.js",
|
||||||
"debug": "node --trace-warnings --inspect index.js",
|
"debug": "node --trace-warnings --inspect index.js",
|
||||||
"update": "git pull && cd api && yarn update",
|
"update": "git pull && cd api && yarn update",
|
||||||
"test": "jest --detectOpenHandles"
|
"test": "jest --detectOpenHandles",
|
||||||
|
"lint": "eslint --fix-dry-run src/**"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user