Skip to content

Commit

Permalink
Appease linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotablair authored and dauglyon committed Apr 30, 2024
1 parent 0d2b140 commit c903c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"lint": {},
"lint-list-item-indent": "mixed",
"lint-maximum-line-length": 80,
"lint-no-missing-blank-lines": false,
"lint-no-missing-blank-lines": true,
"lint-no-undefined-references": {
"allow": [
"^1"
Expand Down
2 changes: 2 additions & 0 deletions src/features/collections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ include:
- [using the `classification` filter as our default search filter](https://github.com/kbase/ui/blob/3c89e2651710c92fed916d13cb98a5e47cd7c5e1/src/features/collections/CollectionDetail.tsx#L174-L194)
- the field order parameter and the hidden fields parameter hardcode overrides
for which columns will appear and in what order

- [genomeAttribs](https://github.com/kbase/ui/blob/3c89e2651710c92fed916d13cb98a5e47cd7c5e1/src/features/collections/data_products/GenomeAttribs.tsx#L244-L246)
- [sampleAttribs](https://github.com/kbase/ui/blob/3c89e2651710c92fed916d13cb98a5e47cd7c5e1/src/features/collections/data_products/SampleAttribs.tsx#L287-L294)
- Plots are currently hardcoded for certain columns in the existing collections
schema

- [histogram](https://github.com/kbase/ui/blob/3c89e2651710c92fed916d13cb98a5e47cd7c5e1/src/features/collections/data_products/GenomeAttribs.tsx#L319-L325)
- [scatter](https://github.com/kbase/ui/blob/3c89e2651710c92fed916d13cb98a5e47cd7c5e1/src/features/collections/data_products/GenomeAttribs.tsx#L292-L304)

0 comments on commit c903c20

Please sign in to comment.