forked from nixcn/nixcn-cms
chore(client): eslint format
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
/* Bundler mode */
|
||||
"moduleResolution": "bundler",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
"types": ["vite/client", "vite-plugin-svgr/client"],
|
||||
"allowImportingTsExtensions": true,
|
||||
@@ -26,7 +26,7 @@
|
||||
"verbatimModuleSyntax": true,
|
||||
"erasableSyntaxOnly": true,
|
||||
"skipLibCheck": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"noUncheckedSideEffectImports": true
|
||||
},
|
||||
"include": ["src"],
|
||||
"include": ["src"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user