github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/static_source/admin/prettier.config.js (about)

     1  module.exports = {
     2    printWidth: 100,
     3    tabWidth: 2,
     4    useTabs: false,
     5    semi: false,
     6    vueIndentScriptAndStyle: false,
     7    singleQuote: true,
     8    quoteProps: 'as-needed',
     9    bracketSpacing: true,
    10    trailingComma: 'none',
    11    jsxSingleQuote: false,
    12    arrowParens: 'always',
    13    insertPragma: false,
    14    requirePragma: false,
    15    proseWrap: 'never',
    16    htmlWhitespaceSensitivity: 'strict',
    17    endOfLine: 'auto',
    18    rangeStart: 0
    19  }