You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[✘] Does the package have a well-formed manifest (package.json)?
- Invalid package.json: Invalid exports (Expected an object, but received: null); Missing main; Missing module; Missing types.
[✘] Does the README conform by recommending node install from nodejs.org?
- README.md should contain "Install the current LTS version of Node.js", but does not.
[✘] Is jest.config.js present, and does it conform?
- jest.config.js does not exist in this project.
[✘] Is tsconfig.json present, and does it conform?
- tsconfig.json does not match the same file in the template repo.
[✘] Is tsconfig.build.json present, and does it conform?
- tsconfig.build.json does not match the same file in the template repo.
[✘] Is tsup.config.ts present, and does it conform?
- tsup.config.ts does not exist in this project.
[✘] Is typedoc.json present, and does it conform?
- typedoc.json does not exist in this project.
[✘] Is .editorconfig present, and does it conform?
- .editorconfig does not match the same file in the template repo.
[✘] Is .gitignore present, and does it conform?
- .gitignore does not match the same file in the template repo.
The text was updated successfully, but these errors were encountered:
[✘] Does the package have a well-formed manifest (
package.json
)?- Invalid
package.json
: Invalidexports
(Expected an object, but received: null); Missingmain
; Missingmodule
; Missingtypes
.[✘] Does the README conform by recommending node install from nodejs.org?
-
README.md
should contain "Install the current LTS version of Node.js", but does not.[✘] Is
jest.config.js
present, and does it conform?-
jest.config.js
does not exist in this project.[✘] Is
tsconfig.json
present, and does it conform?-
tsconfig.json
does not match the same file in the template repo.[✘] Is
tsconfig.build.json
present, and does it conform?-
tsconfig.build.json
does not match the same file in the template repo.[✘] Is
tsup.config.ts
present, and does it conform?-
tsup.config.ts
does not exist in this project.[✘] Is
typedoc.json
present, and does it conform?-
typedoc.json
does not exist in this project.[✘] Is
.editorconfig
present, and does it conform?-
.editorconfig
does not match the same file in the template repo.[✘] Is
.gitignore
present, and does it conform?-
.gitignore
does not match the same file in the template repo.The text was updated successfully, but these errors were encountered: