rollup-plugin-jscc
Version:
Conditional comments and variable replacement for rollup, based on jscc
25 lines (24 loc) • 587 B
JSON
{
"alignObjectProperties": false,
"alignTernaryLines": false,
"arrowParens": "avoid",
"bracketSpacing": true,
"breakBeforeElse": false,
"endOfLine": "lf",
"generatorStarSpacing": true,
"htmlWhitespaceSensitivity": "css",
"indentChains": true,
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 92,
"proseWrap": "never",
"quoteProps": "consistent",
"semi": false,
"singleQuote": true,
"spaceBeforeFunctionParen": false,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"yieldStarSpacing": true
}