issues
search
Q42
/
openapi-typescript-validator
Generate typescript with ajv validation based on openapi schemas
26
stars
14
forks
source link
Update to prettier3
#22
Open
arndissler
opened
11 months ago
arndissler
commented
11 months ago
This update includes:
switch to prettier 3.x, along with the switch to their API changes (mostly the
switch of their public API to async functions
)
setting NodeJS engine to 18.x (the current maintenance version) as a minimum requirement
updating the GitHub action to respect the lockfiles and use Node 18.x as environment
updating Jest to v29
adobt the switch from
tslint:disabled
to
eslint-disabled
syntax
This update includes:
tslint:disabled
toeslint-disabled
syntax