Sha256: defddf7abdd883c9ab67c9e75e2973e7817f1005fc2976a57732326df1a6d2c3
Contents?: true
Size: 880 Bytes
Versions: 2
Compression:
Stored size: 880 Bytes
Contents
{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "linter": { "ignore": [ "doc", "vendor", ".yardoc", "**/src/main.tsx", "**/tsconfig.app.json", "**/tsconfig.node.json" ], "rules": { "complexity": { "noStaticOnlyClass": "off" }, "correctness": { "useExhaustiveDependencies": "off" } } }, "formatter": { "ignore": [ "doc", "vendor", ".yardoc", "**/src/main.tsx", "**/tsconfig.app.json", "**/tsconfig.node.json" ] }, "css": { "formatter": { "indentStyle": "space" } }, "json": { "formatter": { "indentStyle": "space" } }, "javascript": { "formatter": { "indentStyle": "space" } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
peppermint-0.1.19 | biome.json |
peppermint-0.1.18 | biome.json |