Rules sources
Biome exclusive rules
Section titled “Biome exclusive rules”- noAccumulatingSpread
- noConstEnum
- noDelete
- noDuplicateObjectKeys
- noDynamicNamespaceImportAccess
- noEmptyTypeParameters
- noEnum
- noEvolvingTypes
- noExportedImports
- noGlobalIsFinite
- noGlobalIsNan
- noImplicitAnyLet
- noInvalidNewBuiltin
- noRedundantUseStrict
- noRenderReturnValue
- noShoutyConstants
- noSuspiciousSemicolonInJsx
- noSvgWithoutTitle
- noUnnecessaryContinue
- noUnusedFunctionParameters
- noUnusedTemplateLiteral
- noUselessStringRaw
- noValueAtRule
- noVoidTypeReturn
- useImportExtensions
- useNodeAssertStrict
- useShorthandArrayType
- useSimpleNumberKeys
- useSimplifiedLogicExpression
- useSingleCaseStatement
- useSortedClasses
- useStrictMode
- 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) |
@next/eslint-plugin-next
Section titled “@next/eslint-plugin-next”| @next/eslint-plugin-next rule name | Biome rule name |
|---|---|
| google-font-display | useGoogleFontDisplay |
| no-document-import-in-page | noDocumentImportInPage |
| no-head-element | noHeadElement |
| no-head-import-in-document | noHeadImportInDocument |
| no-img-element | noImgElement |