new: Prepare v1 release. ()

This commit is contained in:
Miles Johnson 2023-08-01 15:29:15 -07:00 committed by GitHub
parent 711a320c49
commit 889bf1db60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 592 additions and 450 deletions

View file

@ -7,4 +7,7 @@ module.exports = {
project: 'tsconfig.json',
tsconfigRootDir: __dirname,
},
rules: {
'unicorn/prefer-top-level-await': 'off',
},
};