color-synth

a synth that generates colors instead of sounds
Log | Files | Refs | README

.prettierrc (233B)


      1 {
      2 	"useTabs": true,
      3 	"singleQuote": true,
      4 	"trailingComma": "none",
      5 	"printWidth": 100,
      6 	"plugins": ["prettier-plugin-svelte"],
      7 	"pluginSearchDirs": ["."],
      8 	"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
      9 }