mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-28 17:43:07 +08:00
a5d5f1411e
* feat: client-v2
* feat: docs
* fix: locales
* fix: build
* fix: version
* fix: docs ci
* fix: update Dockerfile
* fix: docs
* Revert "fix: docs"
This reverts commit c5e38f8c9c.
* fix: update docs
* fix: themeDir
* fix: docs
* fix: update docs
* fix: docs
* fix: dockerfile
* fix: node_modules
* fix: error
* fix: dockerfile
* fix: dockerfile
* fix: dockerfile
* fix: error
* fix: dockerfile
* fix: dockerfikle
* fix: bash c
* fix: dockerfile
* fix: cp
* fix: build
* fix: build
* fix: nginx conf
* fix: deps
* fix: client-v2 test
* fix: theme scss
35 lines
539 B
JSON
35 lines
539 B
JSON
{
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
|
"assist": {
|
|
"actions": {
|
|
"source": {
|
|
"organizeImports": "on"
|
|
}
|
|
}
|
|
},
|
|
"vcs": {
|
|
"enabled": true,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": true
|
|
},
|
|
"formatter": {
|
|
"indentStyle": "space"
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single"
|
|
}
|
|
},
|
|
"css": {
|
|
"parser": {
|
|
"cssModules": true
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
}
|
|
}
|