@siberiacancode/eslint 2.16.3 → 2.16.4

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.
@@ -500,7 +500,7 @@ const eslint = (inputOptions = {}, ...configs) => {
500
500
  return (0, _antfu_eslint_config.default)({
501
501
  ...options,
502
502
  stylistic,
503
- ...typescript ? { typescript: { tsconfigPath: "./tsconfig.json" } } : typescript
503
+ ...typescript === "engine" ? { typescript: { tsconfigPath: "./tsconfig.json" } } : typescript
504
504
  }, {
505
505
  name: "siberiacancode/rewrite",
506
506
  rules: {
@@ -465,7 +465,7 @@ const eslint = (inputOptions = {}, ...configs) => {
465
465
  return antfu({
466
466
  ...options,
467
467
  stylistic,
468
- ...typescript ? { typescript: { tsconfigPath: "./tsconfig.json" } } : typescript
468
+ ...typescript === "engine" ? { typescript: { tsconfigPath: "./tsconfig.json" } } : typescript
469
469
  }, {
470
470
  name: "siberiacancode/rewrite",
471
471
  rules: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siberiacancode/eslint",
3
3
  "type": "module",
4
- "version": "2.16.3",
4
+ "version": "2.16.4",
5
5
  "description": "eslint configs",
6
6
  "author": {
7
7
  "name": "SIBERIA CAN CODE 🧊",