|
54 | 54 | "build": "run-p -c 'build:*'", |
55 | 55 | "build:r": "r -f cjs", |
56 | 56 | "build:ts": "tsc -b", |
57 | | - "eslint": "ESLINT_USE_FLAT_CONFIG=false eslint", |
58 | 57 | "format": "prettier --write .", |
59 | 58 | "lint": "run-p 'lint:*'", |
60 | 59 | "lint:es": "eslint . --cache", |
61 | 60 | "lint:tsc": "tsc -b --noEmit", |
62 | | - "prepare": "simple-git-hooks && yarn-berry-deduplicate && cd tests/nestedPackageJson && yarn || exit 0", |
| 61 | + "prepare": "simple-git-hooks && yarn-berry-deduplicate || exit 0", |
63 | 62 | "release": "clean-pkg-json && changeset publish", |
64 | | - "test": "run-p 'test:*'", |
65 | | - "test:absoluteAlias": "yarn eslint --ext ts,tsx tests/absoluteAlias", |
66 | | - "test:dotInclude": "yarn eslint --ext ts,tsx tests/dotInclude --ignore-pattern \"!.dot\"", |
67 | | - "test:dotPaths": "yarn eslint --ext ts,tsx tests/dotPaths --ignore-pattern \"!.dot\"", |
68 | | - "test:dotProject": "yarn eslint --ext ts,tsx tests/dotProject --ignore-pattern \"!.dot\"", |
69 | | - "test:importXResolverV3": "eslint --config=tests/importXResolverV3/eslint.config.cjs tests/importXResolverV3", |
70 | | - "test:multipleEslintrcs": "yarn eslint --ext ts,tsx tests/multipleEslintrcs", |
71 | | - "test:multipleTsconfigs": "yarn eslint --ext ts,tsx tests/multipleTsconfigs", |
72 | | - "test:nearestTsconfig": "yarn eslint --ext ts,tsx tests/nearestTsconfig", |
73 | | - "test:nestedPackageJson": "yarn eslint --ext ts,tsx tests/nestedPackageJson", |
74 | | - "test:unit": "vitest --run", |
75 | | - "test:withJsExtension": "node tests/withJsExtension/test.js && yarn eslint --ext ts,tsx tests/withJsExtension", |
76 | | - "test:withJsconfig": "yarn eslint --ext js tests/withJsconfig", |
77 | | - "test:withPaths": "yarn eslint --ext ts,tsx tests/withPaths", |
78 | | - "test:withPathsAndNestedBaseUrl": "yarn eslint --ext ts,tsx tests/withPathsAndNestedBaseUrl", |
79 | | - "test:withQuerystring": "yarn eslint --ext ts,tsx tests/withQuerystring", |
80 | | - "test:withoutPaths": "yarn eslint --ext ts,tsx tests/withoutPaths", |
| 63 | + "test": "node tests/e2e/withJsExtension/test.cjs && vitest run", |
81 | 64 | "typecov": "type-coverage" |
82 | 65 | }, |
83 | 66 | "peerDependencies": { |
|
107 | 90 | "@changesets/cli": "^2.28.1", |
108 | 91 | "@commitlint/cli": "^19.8.0", |
109 | 92 | "@mozilla/glean": "^5.0.3", |
| 93 | + "@pkgr/core": "^0.2.0", |
110 | 94 | "@pkgr/rollup": "^6.0.1", |
111 | 95 | "@total-typescript/ts-reset": "^0.6.1", |
112 | 96 | "@types/debug": "^4.1.12", |
|
130 | 114 | "tinyexec": "^1.0.1", |
131 | 115 | "type-coverage": "^2.29.7", |
132 | 116 | "typescript": "~5.8.2", |
| 117 | + "unplugin-auto-import": "^19.1.2", |
133 | 118 | "vitest": "^3.0.9", |
134 | 119 | "yarn-berry-deduplicate": "^6.1.1" |
135 | 120 | }, |
|
0 commit comments