lincd-cli
Version:
Command line tools for the lincd.js library
28 lines (27 loc) • 461 B
JSON
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "auto",
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 200
}
},
{
"files": "*.jsonld",
"options": {
"parser": "json"
}
}
]
}