Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 23, 2020
1 parent 8a6b245 commit c854348
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/deprecated-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,42 @@

This rule was renamed to [`no-array-callback-reference`](rules/no-array-callback-reference.md).

## no-array-instanceof

This rule was renamed to [`no-instanceof-array`](rules/no-instanceof-array.md).

## no-reduce

This rule was renamed to [`no-array-reduce`](rules/no-array-reduce.md).

## prefer-dataset

This rule was renamed to [`prefer-node-dataset`](rules/prefer-node-dataset.md).

## prefer-exponentiation-operator

This rule is deprecated in favor of the built-in ESLint [`prefer-exponentiation-operator`](https://eslint.org/docs/rules/prefer-exponentiation-operator) rule.

## prefer-flat-map

This rule was renamed to [`prefer-array-flat-map`](rules/prefer-array-flat-map.md).

## prefer-replace-all

This rule was renamed to [`prefer-string-replace-all`](rules/prefer-string-replace-all.md).

## prefer-starts-ends-with

This rule was renamed to [`prefer-string-starts-ends-with`](rules/prefer-string-starts-ends-with.md).

## prefer-text-content

This rule was renamed to [`prefer-node-text-content`](rules/prefer-node-text-content.md).

## prefer-trim-start-end

This rule was renamed to [`prefer-string-trim-start-end`](rules/prefer-string-trim-start-end.md).

## regex-shorthand

This rule was renamed to [`better-regex`](rules/better-regex.md).

0 comments on commit c854348

Please sign in to comment.