Make UI improvements #1
14
.prettierrc
14
.prettierrc
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
useTabs: true,
|
"useTabs": true,
|
||||||
tabWidth: 4,
|
"tabWidth": 4,
|
||||||
trailingComma: "es5",
|
"trailingComma": "es5",
|
||||||
|
"printWidth": 100,
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"files": "*.yml",
|
"files": "*.yml",
|
||||||
@ -9,6 +10,13 @@
|
|||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"useTabs": false
|
"useTabs": false
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"files": "*.html",
|
||||||
|
"options": {
|
||||||
|
"printWidth": 120,
|
||||||
|
"htmlWhitespaceSensitivity": "ignore"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -107,10 +107,7 @@ ${this.formatPerson()}
|
|||||||
}
|
}
|
||||||
|
|
||||||
class Range {
|
class Range {
|
||||||
constructor(
|
constructor(public date_start: Date, public date_end: Date) {}
|
||||||
public date_start: Date,
|
|
||||||
public date_end: Date
|
|
||||||
) {}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
abstract class CSVParser {
|
abstract class CSVParser {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user