forked from nartc/mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chau Tran
authored and
Chau Tran
committed
Mar 9, 2022
1 parent
5fe3f93
commit 6b2b957
Showing
110 changed files
with
3,936 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,7 @@ | |
} | ||
] | ||
} | ||
], | ||
"@typescript-eslint/no-explicit-any": 0 | ||
] | ||
} | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"singleQuote": true, | ||
"tabWidth": 4, | ||
"printWidth": 80 | ||
"printWidth": 80, | ||
"overrides": [ | ||
{ | ||
"files": [".prettierrc", ".swcrc"], | ||
"options": { "parser": "json" } | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "13.8.5-beta.1", | ||
"description": "Renames @nrwl/js:node to @nrwl/node:node", | ||
"factory": "./src/migrations/update-13-8-5/update-node-executor", | ||
"package": "@nrwl/js", | ||
"name": "update-node-executor" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "13.8.5-beta.1", | ||
"description": "Adjust .swcrc to .lib.swcrc", | ||
"factory": "./src/migrations/update-13-8-5/update-swcrc", | ||
"package": "@nrwl/js", | ||
"name": "update-swcrc" | ||
} | ||
] | ||
} |
13 changes: 5 additions & 8 deletions
13
old/packages/classes/src/lib/utils/explore-metadata.util.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.