hendriknielaender / double-trouble

Dev Blog
https://double-trouble.dev
MIT License
11 stars 2 forks source link

chore: fix biome job #420

Closed flyck closed 6 months ago

flyck commented 6 months ago

https://biomejs.dev/reference/configuration/#jsonformatterindentstyle

moving away from tabs 🤮

opened this MR because the linting failed on main

hendriknielaender commented 6 months ago

https://biomejs.dev/formatter/#options

True, im fine with it but. These are the "ultimate formatter/prettier" settings:

module.exports = {
    tabWidth: 4,
    printWidth: 80,
    proseWrap: "never",
    trailingComma: "all",
    singleQuote: false,
    semi: true,
};