lightswitch-js-sdk
Version:
light switch javascript sdk
29 lines (27 loc) • 680 B
JavaScript
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 90,
tabWidth: 2,
endOfLine: 'auto',
};
// {
// "arrowParens": "always",
// "bracketSpacing": true,
// "embeddedLanguageFormatting": "auto",
// "htmlWhitespaceSensitivity": "css",
// "insertPragma": false,
// "jsxBracketSameLine": false,
// "jsxSingleQuote": false,
// "proseWrap": "preserve",
// "quoteProps": "as-needed",
// "requirePragma": false,
// "semi": true,
// "singleQuote": false,
// "tabWidth": 2,
// "trailingComma": "es5",
// "useTabs": false,
// "vueIndentScriptAndStyle": false,
// "printWidth": 100
// }