@vinicunca/eslint-config 2.0.12 → 2.0.13

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
@@ -1712,7 +1712,6 @@ async function markdown(options = {}) {
1712
1712
  "ts/restrict-template-expressions": OFF,
1713
1713
  "ts/unbound-method": OFF
1714
1714
  },
1715
- "vinicunca/no-cjs-exports": OFF,
1716
1715
  "vinicunca/no-ts-export-equal": OFF,
1717
1716
  ...overrides
1718
1717
  }
@@ -2385,7 +2384,6 @@ async function typescript(options = {}) {
2385
2384
  "ts/parameter-properties": OFF,
2386
2385
  "ts/prefer-ts-expect-error": ERROR,
2387
2386
  "ts/triple-slash-reference": OFF,
2388
- "vinicunca/no-cjs-exports": ERROR,
2389
2387
  "vinicunca/no-ts-export-equal": ERROR,
2390
2388
  ...additionalTypeAwareRules,
2391
2389
  ...overrides
package/dist/index.js CHANGED
@@ -1632,7 +1632,6 @@ async function markdown(options = {}) {
1632
1632
  "ts/restrict-template-expressions": OFF,
1633
1633
  "ts/unbound-method": OFF
1634
1634
  },
1635
- "vinicunca/no-cjs-exports": OFF,
1636
1635
  "vinicunca/no-ts-export-equal": OFF,
1637
1636
  ...overrides
1638
1637
  }
@@ -2305,7 +2304,6 @@ async function typescript(options = {}) {
2305
2304
  "ts/parameter-properties": OFF,
2306
2305
  "ts/prefer-ts-expect-error": ERROR,
2307
2306
  "ts/triple-slash-reference": OFF,
2308
- "vinicunca/no-cjs-exports": ERROR,
2309
2307
  "vinicunca/no-ts-export-equal": ERROR,
2310
2308
  ...additionalTypeAwareRules,
2311
2309
  ...overrides
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "2.0.12",
4
+ "version": "2.0.13",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",