simple-elevation-chart
Version:
Very simple SVG-based elevation chart
37 lines (36 loc) • 713 B
JSON
{
"formatter": {
"enabled": true,
"formatWithErrors": false,
"attributePosition": "auto",
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 88
},
"linter": {
"enabled": true,
"rules": {
"style": {
"useBlockStatements": "warn",
"noShoutyConstants": "warn"
}
}
},
"javascript": {
"formatter": {
"arrowParentheses":"always",
"bracketSameLine": false,
"bracketSpacing": true,
"jsxQuoteStyle": "double",
"quoteProperties": "asNeeded",
"quoteStyle": "single",
"semicolons": "asNeeded"
}
},
"json": {
"formatter": {
"trailingCommas": "none"
}
}
}