src/content/docs/assist/javascript/sources.mdx
:::note Some Biome rules might not have options, compared to the original rule. :::
| ESLint Actions name | Biome Actions name |
|---|---|
| no-duplicate-imports | organizeImports (inspired) |
| sort-imports | organizeImports (inspired) |
| eslint-plugin-better-tailwindcss Actions name | Biome Actions name |
|---|---|
| no-duplicate-classes | noDuplicateClasses (inspired) |
| eslint-plugin-import Actions name | Biome Actions name |
|---|---|
| order | organizeImports (inspired) |
| eslint-plugin-perfectionist Actions name | Biome Actions name |
|---|---|
| sort-interfaces | useSortedInterfaceMembers (inspired) |
| sort-objects | useSortedKeys (inspired) |
| eslint-plugin-react Actions name | Biome Actions name |
|---|---|
| jsx-sort-props | useSortedAttributes |
Missing a rule? Help us by contributing to the analyzer or create a rule suggestion here.