@kirklin/eslint-config 1.0.0 → 1.0.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.cjs CHANGED
@@ -953,7 +953,7 @@ function stylistic(options = {}) {
953
953
  "style/keyword-spacing": ["error", { after: true, before: true }],
954
954
  "style/lines-between-class-members": ["error", "always", { exceptAfterSingleLine: true }],
955
955
  "style/max-statements-per-line": ["error", { max: 1 }],
956
- "style/member-delimiter-style": ["error", { multiline: { delimiter: "none" } }],
956
+ "style/member-delimiter-style": ["error", { multiline: { delimiter: "semi" } }],
957
957
  "style/multiline-ternary": ["error", "always-multiline"],
958
958
  "style/new-parens": "error",
959
959
  "style/no-extra-parens": ["error", "functions"],
package/dist/index.js CHANGED
@@ -855,7 +855,7 @@ function stylistic(options = {}) {
855
855
  "style/keyword-spacing": ["error", { after: true, before: true }],
856
856
  "style/lines-between-class-members": ["error", "always", { exceptAfterSingleLine: true }],
857
857
  "style/max-statements-per-line": ["error", { max: 1 }],
858
- "style/member-delimiter-style": ["error", { multiline: { delimiter: "none" } }],
858
+ "style/member-delimiter-style": ["error", { multiline: { delimiter: "semi" } }],
859
859
  "style/multiline-ternary": ["error", "always-multiline"],
860
860
  "style/new-parens": "error",
861
861
  "style/no-extra-parens": ["error", "functions"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kirklin/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "packageManager": "pnpm@8.10.2",
6
6
  "description": "Kirk Lin's ESLint config",
7
7
  "author": "Kirk Lin (https://github.com/kirklin/)",
@@ -47,7 +47,7 @@
47
47
  "eslint-plugin-i": "^2.29.0",
48
48
  "eslint-plugin-jsdoc": "^46.8.2",
49
49
  "eslint-plugin-jsonc": "^2.10.0",
50
- "eslint-plugin-kirklin": "^1.0.0-beta.0",
50
+ "eslint-plugin-kirklin": "^1.0.0",
51
51
  "eslint-plugin-markdown": "^3.0.1",
52
52
  "eslint-plugin-n": "^16.2.0",
53
53
  "eslint-plugin-no-only-tests": "^3.1.0",