@rybr/lenses
Version:
a simple and light package meant to ease data traversal, manipulation, mutation, and transformation
19 lines (18 loc) • 423 B
Plain Text
{
"singleQuote": true,
"semi": false,
"printWidth": 120,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "auto"
}