3.4 KiB
Duplicated rules
This is a list of rules that implements the same features and/or end up fixing the same errors.
-
@typescript/member-ordering,@typescript/sort-type-constituents,import/order: implements the same functions fromeslint-plugin-perfectionist -
unicorn/no-for-loopand@typescript/prefer-for-of:unicorn/no-for-loopwas used as it also reports wheni/indexis used. -
unicorn/prefer-includesand@typescript/prefer-includes:unicorn/prefer-includeswas used as it not needs type information to run. -
@typescript/prefer-regexp-execandunicorn/prefer-regexp-test:unicorn/prefer-regexp-execwas used, because it reports onRegExp#exec()andString#match() -
import/extensionsandn/file-extension-in-import:import/extensionswas used, as it is not a node-specific issue. -
import/no-extraneous-dependencies,n/no-extraneous-requireandn/no-extraneous-import:import/no-extraneous-dependencieswas used, as it is not a node-specific issue. -
import/no-unresolved,n/no-missing-requireandn/no-missing-import:import/no-unresolvedwas used, as it is not a node-specific issue.