mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-03 03:07:02 +00:00
chore: fix tab with in the prettier config being different from previously causing hard merges (#6656)
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"newLine": "LF",
|
||||
"target": "es2018",
|
||||
"module": "commonjs",
|
||||
"lib": ["es2020", "DOM"],
|
||||
"declaration": false,
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": false,
|
||||
"strict": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"files": []
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"newLine": "LF",
|
||||
"target": "es2018",
|
||||
"module": "commonjs",
|
||||
"lib": ["es2020", "DOM"],
|
||||
"declaration": false,
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": false,
|
||||
"strict": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"files": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user