(WIP) Add initial API client

This commit is contained in:
Paul Frazee 2022-06-10 11:55:09 -05:00
parent 967f9fc474
commit faddda83f0
9 changed files with 260 additions and 27 deletions

View file

@ -5,7 +5,7 @@ module.exports = {
// plugins: ['@typescript-eslint'],
overrides: [
{
files: ['*.ts', '*.tsx'],
files: ['*.js', '*.mjs', '*.ts', '*.tsx'],
rules: {
'@typescript-eslint/no-shadow': 'off',
'no-shadow': 'off',