Skip to content

Commit

Permalink
lint(types): remove maxNodeModuleJsDepth
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 5, 2025
1 parent 895ea0a commit bf44890
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/bundle-source/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.eslint-base.json",
"compilerOptions": {
"maxNodeModuleJsDepth": 1,
"checkJs": false
},
"include": [
Expand Down
1 change: 0 additions & 1 deletion packages/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "../../tsconfig.eslint-base.json",
"compilerOptions": {
"checkJs": true,
"maxNodeModuleJsDepth": 1,
},
"include": [
"*.js",
Expand Down
1 change: 0 additions & 1 deletion packages/marshal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "../../tsconfig.eslint-base.json",
"compilerOptions": {
"checkJs": true,
"maxNodeModuleJsDepth": 1,
},
"include": [
"*.js",
Expand Down
1 change: 0 additions & 1 deletion packages/pass-style/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "../../tsconfig.eslint-base.json",
"compilerOptions": {
"checkJs": true,
"maxNodeModuleJsDepth": 1,
},
"include": [
"*.js",
Expand Down

0 comments on commit bf44890

Please sign in to comment.