(WIP) Add initial API client
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user