Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rome.json] Group rules by how long we should keep them around.
Keep forever: - `js/noDelete` - `js/noNegationElse` - `js/noShoutyConstants` May require checking that Rome is detecting things correctly: - `js/noUnusedVariables` (see rome/tools#3183) - `js/noUnnecessaryContinue` To refactor (some of these are frivolous, but they generally don't hurt): - `js/useSingleCaseStatement` - `js/noUnusedTemplateLiteral` - `js/useTemplate` - `js/useSimplifiedLogicExpression` - `js/useSingleVarDeclarator` - `js/useBlockStatements` - `js/noDoubleEquals` - `js/noArguments` - `js/noAsyncPromiseExecutor` - `ts/useShorthandArrayType`
- Loading branch information