feat: scaffold vite react app and configure web package
This commit is contained in:
parent
a0f008be74
commit
1765923cb6
26 changed files with 1994 additions and 27 deletions
|
|
@ -4,7 +4,13 @@ import eslintConfigPrettier from "eslint-config-prettier/flat";
|
|||
import tseslint from "typescript-eslint";
|
||||
|
||||
export default defineConfig([
|
||||
globalIgnores(["dist/", "node_modules/", "eslint.config.mjs"]),
|
||||
globalIgnores([
|
||||
"**/dist/**",
|
||||
"node_modules/",
|
||||
"eslint.config.mjs",
|
||||
"**/*.config.ts",
|
||||
"apps/web/**",
|
||||
]),
|
||||
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.recommendedTypeChecked,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue