Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor EvalDescriptor out of SamplesDescriptor, improve JSDoc type annotations and more #987

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/inspect_ai/_view/www/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Do not remove this file even if the config is empty!
// VSCode's "Format Document" will respect this config and use the default
// settings, which is what we want. Without prettierrc, VSCode falls back to
// users settings, which could be different.

/**
* @see https://prettier.io/docs/en/configuration.html
* @type {import("prettier").Config}
*/
const config = {};

export default config;
Loading