Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/biomejs/biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
https://github.com/biomejs/biome

"Suppress rule" quickfix removes indentation

fmajestic opened this issue 10 months ago
💅 Consistent crash on malformed ternary

fmajestic opened this issue 10 months ago
feat(formatter): Format package.json #1668

pattrickrice opened this pull request 10 months ago
🐛 <jemalloc>: Unsupported system page size

vhscom opened this issue 10 months ago
chore(project): partial config macro

arendjr opened this pull request 10 months ago
fix(cli): check for ignored dir and symlinks

Conaclos opened this pull request 10 months ago
refactor(biome_service): move gitignore from matcher to files settings

Conaclos opened this pull request 10 months ago
refactor(website): remove underused glob pattern docs

Conaclos opened this pull request 10 months ago
refactor(biome_service): cleanup get_parse

Conaclos opened this pull request 10 months ago
fix(lsp): don't format ignored files

ematipico opened this pull request 10 months ago
chore(lint/noImplicitAnyLet): reword diagnostic

Aeolun opened this pull request 10 months ago
docs(internal): fix typos and reword some sentences

nhedger opened this pull request 10 months ago
refactor(rowan): use niching for Checkpoint

Conaclos opened this pull request 10 months ago
fix(cli): use biome instead of rome on pipe

Levieber opened this pull request 10 months ago
fix: `noVar` ignores TsGlobalDeclaration

vasucp1207 opened this pull request 10 months ago
📝 Unable to format `package.json`

beeb opened this issue 10 months ago
chore(linter): simplify visitor logic of `useSortedClasses`

ematipico opened this pull request 10 months ago
fix(lint/useForOf): handle shorthand property

togami2864 opened this pull request 10 months ago
CSS Parser nesting

denbezrukov opened this issue 10 months ago
📝 json files with trailing commas aren't formatted

juliusmarminge opened this issue 10 months ago
📝 Mixed Tab/Space on ternary

eMerzh opened this issue 10 months ago
📝 Biome doesn't format `.jsonc` file with trailing commas

Sec-ant opened this issue 10 months ago
chore(linter): reduce string allocations

ematipico opened this pull request 10 months ago
fix(website): json option key typo

Sec-ant opened this pull request 10 months ago
🐛 `files.ignore` working via CLI but not via VSCode Formatter

7SindDev opened this issue 10 months ago
💅 lint/style/noVar triggered in a declare statement

amoreaulemay opened this issue 10 months ago
fix(linter): useEnumInitializers action with comment

kalleep opened this pull request 10 months ago
fix(cli): don't processed deleted files with `--changed`

ematipico opened this pull request 10 months ago
fix(js_formatter): incorrect call chain break

kalleep opened this pull request 10 months ago
fix(js_parser): correctly parse type arguments in expression

ah-yu opened this pull request 10 months ago
if statement removed, not sure what causes it (line 30)

u007 opened this issue 10 months ago
feat(linter): new rule noFocusedTests

ematipico opened this pull request 10 months ago
💅 Enum Initializer putting initialization inside inline comment

Reed-Anderson opened this issue 10 months ago
Update language-support.mdx

millette opened this pull request 10 months ago
fix: remove unneeded semicolon in the autofix suggestion

togami2864 opened this pull request 10 months ago
🐛 useExhaustiveDependencies too specific in 1.5.3

MakakWasTaken opened this issue 10 months ago
💅 wrong edge case detection in useExhaustiveDependencies since 1.5.2

ViliamKopecky opened this issue 10 months ago
feat(linter): add rule `noSkippedTests`

ematipico opened this pull request 10 months ago
🐛 UTF-16 file throws error, but exit code is 0

eikowagenknecht opened this issue 10 months ago
fix(website): rules sources page link

Sec-ant opened this pull request 10 months ago
📚 VSCode extension settings documentation is for VSCode 1.82-

yann-combarnous opened this issue 10 months ago
release: 1.5.3

Conaclos opened this pull request 10 months ago
feat: `noUselessTernary` code fixes

vasucp1207 opened this pull request 10 months ago
🐛 Failed to parse const modifier.

uzmoi opened this issue 10 months ago
feat(website): generate open graph images

ematipico opened this pull request 10 months ago
Update no_nodejs_modules.rs

huseeiin opened this pull request 10 months ago
feat(css_parser): CSS parser to improve selector error handling

denbezrukov opened this pull request 10 months ago
fix(website): fix lint-staged glob pattern

Conaclos opened this pull request 10 months ago
fix(website): git hook shell scripts

Conaclos opened this pull request 10 months ago
🐛 Biome logs grow very large

natew opened this issue 10 months ago
docs: fix pre-commit sample version v0.1.0

9renpoto opened this pull request 10 months ago
Use strict mode in arrow function

lethefrost opened this issue 10 months ago
🐛 IgnoreUnknown resulting in additional file being formatted

anthonyhayesres opened this issue 10 months ago
fix(linter): correctly override linter presets

Conaclos opened this pull request 10 months ago
🐛 no-multiple-empty-lines is not working

jeancatarina opened this issue 10 months ago
fix(docs): fix `biome_formatter::comments::following_token` example in rustdoc

SpanishPear opened this pull request 10 months ago
fix(formatter): correctly handle comments at end of export/import list

SpanishPear opened this pull request 10 months ago
feat(docs): add exclusive rules and fix headings

ematipico opened this pull request 10 months ago
🐛 Incompatibility with wireit

ChiefORZ opened this issue 10 months ago
chore: update documentation

ematipico opened this pull request 10 months ago
🐛 biome_deserialize does not process escapes

NicholasLYang opened this issue 10 months ago
Organize imports incorrect, deleted one and duplicate one

zhoujian-official opened this issue 10 months ago
fix(lint/useExhaustiveDependencies): do not panic on TS import equal

Conaclos opened this pull request 10 months ago
fix(linter): correctly handle multibyte chars in regexes

Conaclos opened this pull request 10 months ago
fix(formatter): apply line ending option

ematipico opened this pull request 10 months ago
fix(lsp): register formatter dynamically if possible

nhedger opened this pull request 10 months ago
Misconfigured config leads to using all the default settings

nstepien opened this issue 10 months ago
refactor(css_parser): Renamed 'CssSimpleFunction' to 'CssFunction'

denbezrukov opened this pull request 10 months ago
docs(website): fix lefthook pre-push recipe

lmauromb opened this pull request 10 months ago
fix: `noArrayIndexKey` false negative in template literals

vasucp1207 opened this pull request 10 months ago
docs(website): add third-party tool in continuous integration section

mongolyy opened this pull request 10 months ago
docs(website): tables from source rules to Biome rules

ematipico opened this pull request 10 months ago
fix(js_formatter): fix invalid formatting of nested multiline comments

ah-yu opened this pull request 10 months ago
🐛 Issue with 'ignore' functionality in version 1.5

riya-amemiya opened this issue 10 months ago
feat(cli): migrate `.prettierignore` file

ematipico opened this pull request 10 months ago