Skip to content

Commit 24a5dfd

Browse files
committed
fix: Update package dependencies and remove redundant config files
Moreover, 'globals.js' and 'typescript-type-checking.js' from the 'eslint-config' package were deleted as they were no longer necessary due to the recent refactoring of configuration inheritance. Signed-off-by: prisis <[email protected]>
1 parent d2a67f4 commit 24a5dfd

File tree

4 files changed

+19
-21
lines changed

4 files changed

+19
-21
lines changed

.eslintrc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const config = require("./packages/eslint-config/dist");
2-
const globals = require("./packages/eslint-config/globals");
2+
const globals = require("./packages/eslint-config/dist/globals");
33

44
module.exports = {
55
...config,
6-
extends: [...config.extends, "./packages/eslint-config/typescript-type-checking"],
6+
extends: [...config.extends, "./packages/eslint-config/dist/typescript-type-checking"],
77
globals: {
88
...config?.globals,
99
...globals.es2021,

packages/eslint-config/globals.js

-1
This file was deleted.

packages/eslint-config/typescript-type-checking.js

-1
This file was deleted.

pnpm-lock.yaml

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)