Install rustup.

This commit is contained in:
Miles Johnson 2023-08-01 15:14:21 -07:00
parent c5f1dc6e9e
commit b00fdf0c6c
7 changed files with 46 additions and 12 deletions

View file

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