We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6ea33 commit 8d7a5b2Copy full SHA for 8d7a5b2
.eslintrc.js
@@ -70,6 +70,7 @@ module.exports = {
70
}],
71
'import/extensions': 'off',
72
'import/prefer-default-export': 'off',
73
+ 'import/no-unresolved': 'off',
74
},
75
globals: {
76
WebAssembly: false,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "discord-rpc",
3
- "version": "3.0.2",
+ "version": "3.1.0",
4
"description": "A simple RPC client for Discord",
5
"keywords": [
6
"discord",
@@ -36,6 +36,7 @@
36
"register-scheme": "github:devsnek/node-register-scheme"
37
38
"devDependencies": {
39
+ "babel-eslint": "^10.0.3",
40
"discord.js-docgen": "github:discordjs/docgen",
41
"electron": "^6.0.9",
42
"eslint": "^6.1.0",
0 commit comments