Rules sources
Biome exclusive rules
Section titled Biome exclusive rules- noAccumulatingSpread
 - noConstEnum
 - noDelete
 - noDuplicateJsonKeys
 - noEmptyTypeParameters
 - noEvolvingTypes
 - noGlobalIsFinite
 - noGlobalIsNan
 - noImplicitAnyLet
 - noRedundantUseStrict
 - noRenderReturnValue
 - noShoutyConstants
 - noSuspiciousSemicolonInJsx
 - noSvgWithoutTitle
 - noUndeclaredDependencies
 - noUnnecessaryContinue
 - noUnusedFunctionParameters
 - noUnusedTemplateLiteral
 - noVoidTypeReturn
 - useImportExtensions
 - useNodeAssertStrict
 - useShorthandArrayType
 - useSimpleNumberKeys
 - useSimplifiedLogicExpression
 - useSingleCaseStatement
 - useSortedClasses
 - useTopLevelRegex
 
Rules from other sources
Section titled Rules from other sources@mysticatea/eslint-plugin
Section titled @mysticatea/eslint-plugin| @mysticatea/eslint-plugin rule name | Biome rule name | 
|---|---|
| no-this-in-static | noThisInStatic (inspired) | 
Clippy
Section titled ClippyESLint
Section titled ESLintStylelint
Section titled Stylelinteslint-plugin-barrel-files
Section titled eslint-plugin-barrel-files| eslint-plugin-barrel-files rule name | Biome rule name | 
|---|---|
| avoid-barrel-files | noBarrelFile (inspired) | 
| avoid-namespace-import | noNamespaceImport | 
| avoid-re-export-all | noReExportAll | 
eslint-plugin-import
Section titled eslint-plugin-import| eslint-plugin-import rule name | Biome rule name | 
|---|---|
| no-default-export | noDefaultExport (inspired) | 
| no-nodejs-modules | noNodejsModules | 
eslint-plugin-import-access
Section titled eslint-plugin-import-access| eslint-plugin-import-access rule name | Biome rule name | 
|---|---|
| eslint-plugin-import-access | useImportRestrictions (inspired) | 
eslint-plugin-jest
Section titled eslint-plugin-jest| eslint-plugin-jest rule name | Biome rule name | 
|---|---|
| max-nested-describe | noExcessiveNestedTestSuites | 
| no-disabled-tests | noSkippedTests (inspired) | 
| no-done-callback | noDoneCallback | 
| no-duplicate-hooks | noDuplicateTestHooks (inspired) | 
| no-export | noExportsInTest (inspired) | 
| no-focused-tests | noFocusedTests (inspired) | 
| no-standalone-expect | noMisplacedAssertion (inspired) | 
eslint-plugin-jsx-a11y
Section titled eslint-plugin-jsx-a11yeslint-plugin-react
Section titled eslint-plugin-reacteslint-plugin-react-hooks
Section titled eslint-plugin-react-hooks| eslint-plugin-react-hooks rule name | Biome rule name | 
|---|---|
| exhaustive-deps | useExhaustiveDependencies (inspired) | 
| rules-of-hooks | useHookAtTopLevel | 
eslint-plugin-solid
Section titled eslint-plugin-solid| eslint-plugin-solid rule name | Biome rule name | 
|---|---|
| no-react-specific-props | noReactSpecificProps (inspired) | 
eslint-plugin-sonarjs
Section titled eslint-plugin-sonarjs| eslint-plugin-sonarjs rule name | Biome rule name | 
|---|---|
| cognitive-complexity | noExcessiveCognitiveComplexity (inspired) | 
| prefer-while | useWhile | 
eslint-plugin-stylistic
Section titled eslint-plugin-stylistic| eslint-plugin-stylistic rule name | Biome rule name | 
|---|---|
| jsx-self-closing-comp | useSelfClosingElements (inspired) | 
eslint-plugin-unicorn
Section titled eslint-plugin-unicorneslint-plugin-unused-imports
Section titled eslint-plugin-unused-imports| eslint-plugin-unused-imports rule name | Biome rule name | 
|---|---|
| no-unused-imports | noUnusedImports (inspired) | 
| no-unused-vars | noUnusedVariables |