Skip to content

Commit e565ca6

Browse files
committed
chore: remove 'importx' and 'eslint.config.js'
1 parent 40a7c89 commit e565ca6

File tree

4 files changed

+11
-40
lines changed

4 files changed

+11
-40
lines changed

eslint.config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

eslint.config.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ const packagesTsConfigs = [
4545
"packages/*/*/tsconfig.json",
4646
];
4747

48-
const rootTsConfigs = [
49-
"tsconfig.json",
50-
];
51-
5248
const p11tOptions = {
5349
type: "natural",
5450
ignoreCase: false,
@@ -123,7 +119,7 @@ export default tseslint.config(
123119
// eslint-disable-next-line perfectionist/sort-objects
124120
extends: [
125121
eslintJs.configs.recommended,
126-
tseslint.configs.strict,
122+
...tseslint.configs.strict,
127123
eslintPluginImport.flatConfigs.recommended,
128124
eslintPluginPerfectionist.configs["recommended-natural"],
129125
eslintPluginRegexp.configs["flat/recommended"],
@@ -288,7 +284,7 @@ export default tseslint.config(
288284
parser: tseslint.parser,
289285
parserOptions: {
290286
allowAutomaticSingleRunInference: true,
291-
project: rootTsConfigs,
287+
project: "tsconfig.json",
292288
projectService: true,
293289
tsconfigRootDir: dirname,
294290
warnOnUnsupportedTypeScriptVersion: false,
@@ -311,7 +307,7 @@ export default tseslint.config(
311307
parser: tseslint.parser,
312308
parserOptions: {
313309
allowAutomaticSingleRunInference: true,
314-
project: rootTsConfigs,
310+
project: "tsconfig.json",
315311
projectService: true,
316312
tsconfigRootDir: dirname,
317313
warnOnUnsupportedTypeScriptVersion: false,

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint-plugin-unicorn": "^56.0.1",
8888
"eslint-plugin-vitest": "^0.5.4",
8989
"fixpkg": "^1.0.2",
90-
"importx": "^0.5.1",
90+
"jiti": "^2.4.2",
9191
"lefthook": "^1.10.3",
9292
"markdownlint": "^0.37.3",
9393
"ofetch": "^1.4.1",
@@ -116,17 +116,17 @@
116116
"packageManager": "[email protected]",
117117
"pnpm": {
118118
"overrides": {
119-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
120-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
121-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
122-
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
123119
"@types/react": "^19.0.6",
124120
"@types/react-dom": "^19.0.3",
125121
"cross-spawn": "^7.0.6",
122+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
126123
"next": "^15.1.4",
127124
"react": "^19.0.0",
128125
"react-dom": "^19.0.0",
126+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
127+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
129128
"ts-api-utils": "^2.0.0",
129+
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
130130
"typescript": "^5.7.3"
131131
}
132132
}

pnpm-lock.yaml

Lines changed: 3 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)