Skip to content
Snippets Groups Projects
Forked from Tricoteuses / tricoteuses-assemblee
48 commits behind the upstream repository.
prettier.config.js 60 B
module.exports = {
  semi: false,
  trailingComma: "all",
}