@zinkawaii/eslint-config 0.2.4 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,13 +1,12 @@
1
- import { Rules } from "@antfu/eslint-config";
1
+ import * as _antfu_eslint_config0 from "@antfu/eslint-config";
2
2
 
3
3
  //#region src/index.d.ts
4
4
  declare const _default: {
5
- patch: Rules;
6
- recommended: Rules;
7
- standard: Rules;
8
- stylistic: Rules;
9
- vue: Rules;
5
+ patch: _antfu_eslint_config0.Rules;
6
+ recommended: _antfu_eslint_config0.Rules;
7
+ standard: _antfu_eslint_config0.Rules;
8
+ stylistic: _antfu_eslint_config0.Rules;
9
+ vue: _antfu_eslint_config0.Rules;
10
10
  };
11
-
12
11
  //#endregion
13
12
  export { _default as default };
package/dist/index.js CHANGED
@@ -44,9 +44,10 @@ var patch_default = prefixary({
44
44
  }],
45
45
  "ts/no-empty-object-type": "off",
46
46
  "ts/no-redeclare": "warn",
47
+ "ts/no-unsafe-declaration-merging": "off",
47
48
  "ts/no-unused-expressions": "off",
48
- "unicorn/no-new-array": "off",
49
49
  "unicorn/consistent-function-scoping": "off",
50
+ "unicorn/no-new-array": "off",
50
51
  "unused-imports/no-unused-vars": "off",
51
52
  "yaml/quotes": ["warn", { prefer: "double" }]
52
53
  });
@@ -75,8 +76,8 @@ var recommended_default = prefixary({
75
76
  "no-duplicate-case": "warn",
76
77
  "no-empty": "warn",
77
78
  "no-empty-character-class": "warn",
78
- "no-empty-static-block": "warn",
79
79
  "no-empty-pattern": "warn",
80
+ "no-empty-static-block": "warn",
80
81
  "no-ex-assign": "warn",
81
82
  "no-extra-boolean-cast": "warn",
82
83
  "no-fallthrough": "off",
@@ -291,7 +292,7 @@ var stylistic_default = prefixary("style", {
291
292
  }],
292
293
  "comma-style": ["warn", "last"],
293
294
  "computed-property-spacing": ["warn", "never"],
294
- "curly-newline": ["warn", "always"],
295
+ "curly-newline": "off",
295
296
  "dot-location": ["warn", "property"],
296
297
  "eol-last": ["warn", "always"],
297
298
  "function-call-argument-newline": ["warn", "consistent"],
@@ -364,7 +365,7 @@ var stylistic_default = prefixary("style", {
364
365
  "quotes": [
365
366
  "warn",
366
367
  "double",
367
- { allowTemplateLiterals: true }
368
+ { allowTemplateLiterals: "always" }
368
369
  ],
369
370
  "rest-spread-spacing": ["warn", "never"],
370
371
  "semi": ["warn", "always"],
@@ -462,7 +463,6 @@ var vue_default = prefixary("vue", {
462
463
  "require-slots-as-functions": "warn",
463
464
  "require-toggle-inside-transition": "warn",
464
465
  "require-valid-default-prop": "warn",
465
- "return-in-computed-property": "warn",
466
466
  "return-in-emits-validator": "warn",
467
467
  "use-v-on-exact": "warn",
468
468
  "valid-attribute-name": "warn",
@@ -696,6 +696,7 @@ var vue_default = prefixary("vue", {
696
696
  "require-expose": "off",
697
697
  "require-prop-comment": "off",
698
698
  "require-v-for-key": "off",
699
+ "return-in-computed-property": "off",
699
700
  "singleline-html-element-content-newline": "off",
700
701
  "sort-keys": "off",
701
702
  "static-class-names-order": "off",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zinkawaii/eslint-config",
3
3
  "type": "module",
4
- "version": "0.2.4",
4
+ "version": "0.3.1",
5
5
  "description": "Utakata na Shiawase",
6
6
  "author": "KazariEX",
7
7
  "license": "MIT",
@@ -16,11 +16,11 @@
16
16
  "dist"
17
17
  ],
18
18
  "devDependencies": {
19
- "@antfu/eslint-config": "^4.12.0",
20
- "@zinkawaii/tsconfig": "^0.0.1",
21
- "bumpp": "^10.1.0",
22
- "eslint": "^9.25.1",
23
- "tsdown": "^0.10.2"
19
+ "@antfu/eslint-config": "^5.2.0",
20
+ "@zinkawaii/tsconfig": "^0.0.2",
21
+ "bumpp": "^10.2.2",
22
+ "eslint": "^9.33.0",
23
+ "tsdown": "^0.13.4"
24
24
  },
25
25
  "scripts": {
26
26
  "build": "tsdown",