@magicdawn/eslint-config 1.5.8 → 1.5.9

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -145,7 +145,7 @@ function fromSxzz(options, ...moreConfigs) {
145
145
  files: ["**/*.d.ts"],
146
146
  rules: { ...mgCustomRules.dts }
147
147
  }
148
- ], ...moreConfigs ?? []).remove("sxzz/node").remove("sxzz/de-morgan").remove("sxzz/markdown/recommended/processor").removeRules("sxzz/prefer-string-function").override("sxzz/sort/tsconfig", (config) => {
148
+ ], ...moreConfigs ?? []).remove("sxzz/node").remove("sxzz/de-morgan").remove("sxzz/markdown/recommended/processor").remove("sxzz/comments/recommended").remove("sxzz/comments").removeRules("sxzz/prefer-string-function").override("sxzz/sort/tsconfig", (config) => {
149
149
  const val = config.rules?.["jsonc/sort-keys"];
150
150
  if (val && Array.isArray(val) && val.length > 0) {
151
151
  const ruleOptions = val.slice(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicdawn/eslint-config",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
5
5
  "description": "magicdawn's eslint-config",
6
6
  "type": "module",