PureDevTools

Biome Config Generator

Generate biome.json with linting, formatting, and organizeImports settings

All processing happens in your browser. No data is sent to any server.

Formatter

JavaScript / TypeScript

Linter

suspicious
noExplicitAny
noDoubleEquals
noShadowRestrictedNames
noArrayIndexKey
complexity
noForEach
useFlatMap
useOptionalChain
noUselessFragments
style
useConst
noNonNullAssertion
useTemplate
noUnusedTemplateLiteral
correctness
noUnusedVariables
noUnusedImports
useExhaustiveDependencies
noUndeclaredVariables
nursery
useSortedClasses
noConsole
Generated biome.json

Why This Tool

Biome is a fast linter and formatter for JavaScript, TypeScript, JSON, and CSS. Configuring biome.json from scratch means reading through many options. This generator lets you visually select rules and outputs a valid config file.

How It Works

Choose your linting rules, formatter preferences (indent style, line width, quote style), and import organization settings. The tool generates a biome.json file you can drop into your project root.

Related Tools

More JavaScript Tools