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
fmajestic opened this issue 10 months ago
💅 Consistent crash on malformed ternary
fmajestic opened this issue 10 months ago
fmajestic opened this issue 10 months ago
feat(formatter): Format package.json #1668
pattrickrice opened this pull request 10 months ago
pattrickrice opened this pull request 10 months ago
🐛 <jemalloc>: Unsupported system page size
vhscom opened this issue 10 months ago
vhscom opened this issue 10 months ago
chore(project): partial config macro
arendjr opened this pull request 10 months ago
arendjr opened this pull request 10 months ago
📝 The formatter is removing a lot of code when saved with incorrect syntax.
franklinjavier opened this issue 10 months ago
franklinjavier opened this issue 10 months ago
fix(cli): check for ignored dir and symlinks
Conaclos opened this pull request 10 months ago
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
Conaclos opened this pull request 10 months ago
fix(lint/useOptionalChain): unsafe fix incorrectly discards conditions in logical and chains
lucasweng opened this pull request 10 months ago
lucasweng opened this pull request 10 months ago
refactor(website): remove underused glob pattern docs
Conaclos opened this pull request 10 months ago
Conaclos opened this pull request 10 months ago
refactor(biome_service): cleanup get_parse
Conaclos opened this pull request 10 months ago
Conaclos opened this pull request 10 months ago
docs(changelog): fix incorrect rule name (`noSortedClasses` => `useSortedClasses`)
ipanasenko opened this pull request 10 months ago
ipanasenko opened this pull request 10 months ago
fix(lsp): don't format ignored files
ematipico opened this pull request 10 months ago
ematipico opened this pull request 10 months ago
🐛 `useIgnoreFile` Git integration does not take "global gitignore" into account
alexandergitter opened this issue 10 months ago
alexandergitter opened this issue 10 months ago
chore(lint/noImplicitAnyLet): reword diagnostic
Aeolun opened this pull request 10 months ago
Aeolun opened this pull request 10 months ago
docs(internal): fix typos and reword some sentences
nhedger opened this pull request 10 months ago
nhedger opened this pull request 10 months ago
refactor(rowan): use niching for Checkpoint
Conaclos opened this pull request 10 months ago
Conaclos opened this pull request 10 months ago
💅 Improve `nursery/noNodejsModules` detection (ignore type only imports and apply it only on `use-client` directives)
kevinwolfcr opened this issue 10 months ago
kevinwolfcr opened this issue 10 months ago
fix(cli): use biome instead of rome on pipe
Levieber opened this pull request 10 months ago
Levieber opened this pull request 10 months ago
fix: `noInvalidUseBeforeDeclaration` false-positive for param destructuring with default values
vasucp1207 opened this pull request 10 months ago
vasucp1207 opened this pull request 10 months ago
fix(lint/useExhaustiveDependencies): handle dynamic computed property access correctly
XiNiHa opened this pull request 10 months ago
XiNiHa opened this pull request 10 months ago
docs(website): update third-party tool version in continuous integration section
mongolyy opened this pull request 10 months ago
mongolyy opened this pull request 10 months ago
fix: `noVar` ignores TsGlobalDeclaration
vasucp1207 opened this pull request 10 months ago
vasucp1207 opened this pull request 10 months ago
📝 Unable to format `package.json`
beeb opened this issue 10 months ago
beeb opened this issue 10 months ago
chore(linter): simplify visitor logic of `useSortedClasses`
ematipico opened this pull request 10 months ago
ematipico opened this pull request 10 months ago
fix(lint/useForOf): handle shorthand property
togami2864 opened this pull request 10 months ago
togami2864 opened this pull request 10 months ago
📝 import sorting is messing up spaces between ts type and non-type imports
valkum opened this issue 10 months ago
valkum opened this issue 10 months ago
CSS Parser nesting
denbezrukov opened this issue 10 months ago
denbezrukov opened this issue 10 months ago
📝 json files with trailing commas aren't formatted
juliusmarminge opened this issue 10 months ago
juliusmarminge opened this issue 10 months ago
📝 Mixed Tab/Space on ternary
eMerzh opened this issue 10 months ago
eMerzh opened this issue 10 months ago
📝 Biome doesn't format `.jsonc` file with trailing commas
Sec-ant opened this issue 10 months ago
Sec-ant opened this issue 10 months ago
chore(linter): reduce string allocations
ematipico opened this pull request 10 months ago
ematipico opened this pull request 10 months ago
fix(website): json option key typo
Sec-ant opened this pull request 10 months ago
Sec-ant opened this pull request 10 months ago
💅 useOptionalChain unsafe fix incorrectly discards conditions in logical and chains
bryanrsmith opened this issue 10 months ago
bryanrsmith opened this issue 10 months ago
fix(js_formatter): fix comment with single instruction within a control flow body
mdm317 opened this pull request 10 months ago
mdm317 opened this pull request 10 months ago
🐛 `files.ignore` working via CLI but not via VSCode Formatter
7SindDev opened this issue 10 months ago
7SindDev opened this issue 10 months ago
💅 `useForOf` - false-positive when using `index` as a shorthand value
ipanasenko opened this issue 10 months ago
ipanasenko opened this issue 10 months ago
💅 `noUnusedVariables` - false-positive for param destructuring if it's used as a default value for another destructured param
ipanasenko opened this issue 10 months ago
ipanasenko opened this issue 10 months ago
💅 lint/style/noVar triggered in a declare statement
amoreaulemay opened this issue 10 months ago
amoreaulemay opened this issue 10 months ago
fix(linter): useEnumInitializers action with comment
kalleep opened this pull request 10 months ago
kalleep opened this pull request 10 months ago
💅 `noInvalidUseBeforeDeclaration` - false-positive for param destructuring with default values
ipanasenko opened this issue 10 months ago
ipanasenko opened this issue 10 months ago
fix(cli): don't processed deleted files with `--changed`
ematipico opened this pull request 10 months ago
ematipico opened this pull request 10 months ago
fix(js_formatter): incorrect call chain break
kalleep opened this pull request 10 months ago
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
ah-yu opened this pull request 10 months ago
💅 lint/suspicious/noFallthroughSwitchClause doesn't respect never
nxht opened this issue 10 months ago
nxht opened this issue 10 months ago
if statement removed, not sure what causes it (line 30)
u007 opened this issue 10 months ago
u007 opened this issue 10 months ago
feat(linter): new rule noFocusedTests
ematipico opened this pull request 10 months ago
ematipico opened this pull request 10 months ago
💅 Enum Initializer putting initialization inside inline comment
Reed-Anderson opened this issue 10 months ago
Reed-Anderson opened this issue 10 months ago
Update language-support.mdx
millette opened this pull request 10 months ago
millette opened this pull request 10 months ago
fix: remove unneeded semicolon in the autofix suggestion
togami2864 opened this pull request 10 months ago
togami2864 opened this pull request 10 months ago
🐛 useExhaustiveDependencies too specific in 1.5.3
MakakWasTaken opened this issue 10 months ago
MakakWasTaken opened this issue 10 months ago
💅 wrong edge case detection in useExhaustiveDependencies since 1.5.2
ViliamKopecky opened this issue 10 months ago
ViliamKopecky opened this issue 10 months ago
feat(linter): add rule `noSkippedTests`
ematipico opened this pull request 10 months ago
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
eikowagenknecht opened this issue 10 months ago
💅 The fix of noUselessThisAlias adds an extra semicolon when removing the alias definition
mbonaci opened this issue 10 months ago
mbonaci opened this issue 10 months ago
fix(website): rules sources page link
Sec-ant opened this pull request 10 months ago
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
yann-combarnous opened this issue 10 months ago
🐛 VS Code extension: Poor support for multi-folder workspaces
EvHaus opened this issue 10 months ago
EvHaus opened this issue 10 months ago
release: 1.5.3
Conaclos opened this pull request 10 months ago
Conaclos opened this pull request 10 months ago
feat: `noUselessTernary` code fixes
vasucp1207 opened this pull request 10 months ago
vasucp1207 opened this pull request 10 months ago
📎 Biome should report the location of the error in an invalid configuration file
Conaclos opened this issue 10 months ago
Conaclos opened this issue 10 months ago
📎 Biome should report the syntax error when trying formatting an invalid code
Conaclos opened this issue 10 months ago
Conaclos opened this issue 10 months ago
fix(js_parser): Allow `const` in TsMethodSignatureTypeMember and TsCallSignatureTypeMember
magic-akari opened this pull request 10 months ago
magic-akari opened this pull request 10 months ago
🐛 Failed to parse const modifier.
uzmoi opened this issue 10 months ago
uzmoi opened this issue 10 months ago
feat(website): generate open graph images
ematipico opened this pull request 10 months ago
ematipico opened this pull request 10 months ago
Update no_nodejs_modules.rs
huseeiin opened this pull request 10 months ago
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
denbezrukov opened this pull request 10 months ago
fix(website): fix lint-staged glob pattern
Conaclos opened this pull request 10 months ago
Conaclos opened this pull request 10 months ago
fix(website): git hook shell scripts
Conaclos opened this pull request 10 months ago
Conaclos opened this pull request 10 months ago
fix(config): don't include ignored files known to be jsonc files when ignoreUnknown is true
Conaclos opened this pull request 10 months ago
Conaclos opened this pull request 10 months ago
🐛 Biome logs grow very large
natew opened this issue 10 months ago
natew opened this issue 10 months ago
docs: fix pre-commit sample version v0.1.0
9renpoto opened this pull request 10 months ago
9renpoto opened this pull request 10 months ago
Use strict mode in arrow function
lethefrost opened this issue 10 months ago
lethefrost opened this issue 10 months ago
🐛 IgnoreUnknown resulting in additional file being formatted
anthonyhayesres opened this issue 10 months ago
anthonyhayesres opened this issue 10 months ago
fix(linter): correctly override linter presets
Conaclos opened this pull request 10 months ago
Conaclos opened this pull request 10 months ago
🐛 no-multiple-empty-lines is not working
jeancatarina opened this issue 10 months ago
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
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
SpanishPear opened this pull request 10 months ago
feat(docs): add exclusive rules and fix headings
ematipico opened this pull request 10 months ago
ematipico opened this pull request 10 months ago
🐛 Incompatibility with wireit
ChiefORZ opened this issue 10 months ago
ChiefORZ opened this issue 10 months ago
chore: update documentation
ematipico opened this pull request 10 months ago
ematipico opened this pull request 10 months ago
💅 Biome throw useExhaustiveDependencies error when useRef type is defined using type assertion
nouman2075 opened this issue 10 months ago
nouman2075 opened this issue 10 months ago
🐛 biome_deserialize does not process escapes
NicholasLYang opened this issue 10 months ago
NicholasLYang opened this issue 10 months ago
Organize imports incorrect, deleted one and duplicate one
zhoujian-official opened this issue 10 months ago
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
Conaclos opened this pull request 10 months ago
fix(linter): correctly handle multibyte chars in regexes
Conaclos opened this pull request 10 months ago
Conaclos opened this pull request 10 months ago
fix(formatter): apply line ending option
ematipico opened this pull request 10 months ago
ematipico opened this pull request 10 months ago
fix(lsp): register formatter dynamically if possible
nhedger opened this pull request 10 months ago
nhedger opened this pull request 10 months ago
📝 Comment's above the `from 'blah'` in a multi-line-export do not have whitespace preserved, moved to same line as `from`
SpanishPear opened this issue 10 months ago
SpanishPear opened this issue 10 months ago
Misconfigured config leads to using all the default settings
nstepien opened this issue 10 months ago
nstepien opened this issue 10 months ago
refactor(css_parser): Renamed 'CssSimpleFunction' to 'CssFunction'
denbezrukov opened this pull request 10 months ago
denbezrukov opened this pull request 10 months ago
docs(website): fix lefthook pre-push recipe
lmauromb opened this pull request 10 months ago
lmauromb opened this pull request 10 months ago
fix: `noArrayIndexKey` false negative in template literals
vasucp1207 opened this pull request 10 months ago
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
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
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
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
riya-amemiya opened this issue 10 months ago
lint/style/noParameterAssign should cover all or more cases
BC-M opened this issue 10 months ago
BC-M opened this issue 10 months ago
feat(cli): migrate `.prettierignore` file
ematipico opened this pull request 10 months ago
ematipico opened this pull request 10 months ago
💅 lint/suspicious/noArrayIndexKey false negative in template literals
BC-M opened this issue 10 months ago
BC-M opened this issue 10 months ago