We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffba24 commit 14d76fdCopy full SHA for 14d76fd
.eslintrc.json
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "discord-api-types",
3
- "version": "0.12.0",
+ "version": "0.11.2",
4
"description": "Discord API typings that are kept up to date for use in bot library creation.",
5
"main": "./default/index.js",
6
"types": "./default/index.d.ts",
@@ -69,6 +69,18 @@
69
"type": "git",
70
"url": "https://github.com/discordjs/discord-api-types"
71
},
72
+ "eslintConfig": {
73
+ "extends": "marine/prettier/node",
74
+ "parserOptions": {
75
+ "project": "./tsconfig.eslint.json",
76
+ "extraFileExtensions": [
77
+ ".mjs"
78
+ ]
79
+ },
80
+ "rules": {
81
+ "@typescript-eslint/naming-convention": 0
82
+ }
83
84
"husky": {
85
"hooks": {
86
"pre-commit": "lint-staged",
0 commit comments