0.7.0 • Published 9 months ago

@empjs/biome-config v0.7.0

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

@empjs/biome-config

npm version

EMP 官方默认格式化配置、v6.0 已支持 CSS

vscode 设置

.vscode/settings.json

{
  "eslint.enable": false,
  "prettier.enable": false,
  "css.lint.unknownAtRules": "ignore",
  "editor.codeActionsOnSave": {
    "quickfix.biome": "explicit",
    "source.organizeImports.biome": "explicit"
  },
  "typescript.tsdk": "node_modules/typescript/lib",
  "typescript.enablePromptUseWorkspaceTsdk": true,
  "editor.defaultFormatter": "biomejs.biome",
  "[scss]": {
    "editor.defaultFormatter": "vscode.css-language-features"
  }
}

默认配置

0.7.0

9 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.6.0

10 months ago

0.4.2

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago