denotify-client 1.1.16 → 1.1.17

Sign up to get free protection for your applications and to get access to all the features.
package/.env CHANGED
@@ -1,4 +1,4 @@
1
- DISCORD_WEBHOOK=https://discord.com/api/webhooks/1063967722276388874/VrdsvfyCTEtnRIk5Vzhj1Y0Fi7pFueN5dH9Bz7OeXyNpwJUI7ucIzdIQwpOq8amVgCbW
1
+ DISCORD_WEBHOOK=https://discord.com/api/webhooks/1085432436256686080/fJiB9OVbT-9X-iggQlCu-rfRE6QtaN_sgzOaSmtN3y7EZVrL3-VgrikANK_IKMYNPkQQ
2
2
 
3
3
 
4
4
 
package/.eslintrc CHANGED
@@ -12,9 +12,7 @@
12
12
  "browser": true,
13
13
  "node": true
14
14
  },
15
- "ignorePatterns": [
16
- "dist/*"
17
- ],
15
+ "ignorePatterns": ["dist/*"],
18
16
  "rules": {
19
17
  "prettier/prettier": [
20
18
  "error",
@@ -1,4 +1,6 @@
1
1
  {
2
2
  "editor.tabSize": 2,
3
- "editor.insertSpaces": true
3
+ "editor.insertSpaces": false,
4
+ "deno.enable": false,
5
+ "deno.lint": false
4
6
  }