Skip to content

Commit 14d76fd

Browse files
committed
chore: remove useless eslintrc file change
I did this while debugging why it wasn't linting .mjs files Which turned out to be user error in tsconfig Now it works, so revert this change
1 parent 8ffba24 commit 14d76fd

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.eslintrc.json

-10
This file was deleted.

package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-api-types",
3-
"version": "0.12.0",
3+
"version": "0.11.2",
44
"description": "Discord API typings that are kept up to date for use in bot library creation.",
55
"main": "./default/index.js",
66
"types": "./default/index.d.ts",
@@ -69,6 +69,18 @@
6969
"type": "git",
7070
"url": "https://github.com/discordjs/discord-api-types"
7171
},
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+
},
7284
"husky": {
7385
"hooks": {
7486
"pre-commit": "lint-staged",

0 commit comments

Comments
 (0)