main
|
Last change
on this file since ff3a614 was 8ee4553, checked in by Bati <no-reply@…>, 7 months ago |
|
scaffold Vike app with Bati
|
-
Property mode
set to
100644
|
|
File size:
566 bytes
|
| Rev | Line | |
|---|
| [8ee4553] | 1 | {
|
|---|
| 2 | "files": {
|
|---|
| 3 | "includes": [
|
|---|
| 4 | "**",
|
|---|
| 5 | "!*.cjs",
|
|---|
| 6 | "!*.js",
|
|---|
| 7 | "!*.mjs",
|
|---|
| 8 | "!*.spec.ts",
|
|---|
| 9 | "!**/*.ts.build-*.mjs",
|
|---|
| 10 | "!dist/*",
|
|---|
| 11 | "!node_modules/*",
|
|---|
| 12 | "!**/.DS_Store"
|
|---|
| 13 | ]
|
|---|
| 14 | },
|
|---|
| 15 | "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
|---|
| 16 | "formatter": {
|
|---|
| 17 | "indentStyle": "space"
|
|---|
| 18 | },
|
|---|
| 19 | "linter": {
|
|---|
| 20 | "enabled": true,
|
|---|
| 21 | "rules": {
|
|---|
| 22 | "recommended": true
|
|---|
| 23 | },
|
|---|
| 24 | "domains": {
|
|---|
| 25 | "react": "recommended"
|
|---|
| 26 | }
|
|---|
| 27 | },
|
|---|
| 28 | "vcs": {
|
|---|
| 29 | "enabled": true,
|
|---|
| 30 | "clientKind": "git",
|
|---|
| 31 | "useIgnoreFile": true
|
|---|
| 32 | }
|
|---|
| 33 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.