reviewbot

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

root / prettier.config.js

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-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror