diff --git a/.github/workflows/eslint-prettier-on-pr.yml b/.github/workflows/eslint-prettier-on-pr.yml index 72b3f16..e5feb53 100644 --- a/.github/workflows/eslint-prettier-on-pr.yml +++ b/.github/workflows/eslint-prettier-on-pr.yml @@ -16,8 +16,8 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - - run: npx lint-staged - #- run: npx eslint-config-prettier ./**/*.ts - #- run: npx prettier --write ./**/*.ts - #- run: npx prettier --check ./**/*.ts - #- run: npx eslint ./**/*.ts + #- run: npx lint-staged + - run: npx eslint-config-prettier ./**/*.ts + - run: npx prettier --write ./**/*.ts + - run: npx prettier --check ./**/*.ts + - run: npx eslint ./**/*.ts diff --git a/src/lis-gene-search-element.ts b/src/lis-gene-search-element.ts index 53ab819..1ba78fd 100644 --- a/src/lis-gene-search-element.ts +++ b/src/lis-gene-search-element.ts @@ -23,6 +23,9 @@ export type GeneSearchFormData = { }[]; }; + + + /** * Optional parameters that may be given to a form data function. The * {@link !AbortSignal | `AbortSignal`} instance will emit if a new function is provided