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: Missing exports; 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 .nvmrc present, and does it conform?
- .nvmrc does not match the same file in the template repo.
[✘] Is jest.config.js present, and does it conform?
- jest.config.js does not match the same file in the template repo.
[✘] 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 .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
: Missingexports
; 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
.nvmrc
present, and does it conform?-
.nvmrc
does not match the same file in the template repo.[✘] Is
jest.config.js
present, and does it conform?-
jest.config.js
does not match the same file in the template repo.[✘] 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
.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: