mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
44 lines
867 B
JSON
44 lines
867 B
JSON
{
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": false,
|
|
"ignore": [],
|
|
"attributePosition": "auto",
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineEnding": "lf",
|
|
"lineWidth": 88
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"style": {
|
|
"useBlockStatements": "off",
|
|
"noShoutyConstants": "warn"
|
|
},
|
|
"performance": {
|
|
"noDelete": "off"
|
|
}
|
|
}
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"arrowParentheses":"always",
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"jsxQuoteStyle": "double",
|
|
"quoteProperties": "asNeeded",
|
|
"quoteStyle": "single",
|
|
"semicolons": "asNeeded",
|
|
"trailingCommas": "es5"
|
|
}
|
|
},
|
|
"json": {
|
|
"formatter": {
|
|
"trailingCommas": "none"
|
|
}
|
|
},
|
|
"organizeImports": {
|
|
"enabled": true
|
|
}
|
|
}
|