denotify-client 1.1.15 → 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
@@ -1,18 +1,37 @@
1
1
  {
2
- "root": true,
3
- "parser": "@typescript-eslint/parser",
4
- "plugins": ["@typescript-eslint", "prettier"],
5
- "extends": [
6
- "eslint:recommended",
7
- "plugin:@typescript-eslint/eslint-recommended",
8
- "plugin:@typescript-eslint/recommended",
9
- "prettier"
10
- ],
11
- "env": {
12
- "browser": true,
13
- "node": true
14
- },
15
- "rules": {
16
- "prettier/prettier": ["error", { "semi": false, "singleQuote": true, "trailingComma": "none" }]
17
- }
2
+ "root": true,
3
+ "parser": "@typescript-eslint/parser",
4
+ "plugins": ["@typescript-eslint", "prettier"],
5
+ "extends": [
6
+ "eslint:recommended",
7
+ "plugin:@typescript-eslint/eslint-recommended",
8
+ "plugin:@typescript-eslint/recommended",
9
+ "prettier"
10
+ ],
11
+ "env": {
12
+ "browser": true,
13
+ "node": true
14
+ },
15
+ "ignorePatterns": ["dist/*"],
16
+ "rules": {
17
+ "prettier/prettier": [
18
+ "error",
19
+ {
20
+ "printWidth": 80,
21
+ "tabWidth": 2,
22
+ "singleQuote": true,
23
+ "trailingComma": "none",
24
+ "arrowParens": "avoid",
25
+ "bracketSpacing": true,
26
+ "useTabs": true,
27
+ "endOfLine": "auto",
28
+ "singleAttributePerLine": false,
29
+ "bracketSameLine": false,
30
+ "jsxBracketSameLine": false,
31
+ "jsxSingleQuote": false,
32
+ "quoteProps": "as-needed",
33
+ "semi": false
34
+ }
35
+ ]
36
+ }
18
37
  }
package/.lintstagedrc CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "./**/*.{ts,html,json}": "npm run format:scripts",
3
- "./**/*.{css,scss}": "npm run format:styles"
2
+ "./**/*.{ts,html,json}": "npm run format:scripts",
3
+ "./**/*.{css,scss}": "npm run format:styles"
4
4
  }
package/.prettierrc CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
- "printWidth": 80,
3
- "tabWidth": 2,
4
- "singleQuote": true,
5
- "trailingComma": "none",
6
- "arrowParens": "avoid",
7
- "bracketSpacing": true,
8
- "useTabs": false,
9
- "endOfLine": "auto",
10
- "singleAttributePerLine": false,
11
- "bracketSameLine": false,
12
- "jsxBracketSameLine": false,
13
- "jsxSingleQuote": false,
14
- "quoteProps": "as-needed",
15
- "semi": true
2
+ "printWidth": 80,
3
+ "tabWidth": 2,
4
+ "singleQuote": true,
5
+ "trailingComma": "none",
6
+ "arrowParens": "avoid",
7
+ "bracketSpacing": true,
8
+ "useTabs": true,
9
+ "endOfLine": "auto",
10
+ "singleAttributePerLine": false,
11
+ "bracketSameLine": false,
12
+ "jsxBracketSameLine": false,
13
+ "jsxSingleQuote": false,
14
+ "quoteProps": "as-needed",
15
+ "semi": false
16
16
  }
package/.stylelintrc CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
- "extends": [
3
- "stylelint-config-recommended",
4
- "stylelint-config-sass-guidelines"
5
- ],
6
- "overrides": [
7
- {
8
- "files": ["**/*.scss"],
9
- "customSyntax": "postcss-scss"
10
- }
11
- ],
12
- "rules": {
13
- "function-parentheses-space-inside": null,
14
- "no-descending-specificity": null,
15
- "max-nesting-depth": 2,
16
- "selector-max-id": 1
17
- }
2
+ "extends": [
3
+ "stylelint-config-recommended",
4
+ "stylelint-config-sass-guidelines"
5
+ ],
6
+ "overrides": [
7
+ {
8
+ "files": ["**/*.scss"],
9
+ "customSyntax": "postcss-scss"
10
+ }
11
+ ],
12
+ "rules": {
13
+ "function-parentheses-space-inside": null,
14
+ "no-descending-specificity": null,
15
+ "max-nesting-depth": 2,
16
+ "selector-max-id": 1
17
+ }
18
18
  }
@@ -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
  }
package/README.md CHANGED
@@ -1 +1 @@
1
- # denotify-client
1
+ # denotify-client