reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

prettier.config.js (218B)


      1 /**
      2  * @see https://prettier.io/docs/configuration
      3  * @type {import("prettier").Config}
      4  */
      5 const config = {
      6     trailingComma: 'es5',
      7     semi: true,
      8     tabWidth: 4,
      9     singleQuote: true,
     10 };
     11 
     12 export default config;
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror