Skip to content

Commit

Permalink
Add prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-apollo committed Dec 11, 2024
1 parent c90aba8 commit f1dadba
Showing 1 changed file with 12 additions and 0 deletions.
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;

0 comments on commit f1dadba

Please sign in to comment.