Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
add rule noArrayIndexKey
Browse files Browse the repository at this point in the history
remove as type and add feedback change to noArrayIndexKey
  • Loading branch information
VictorHom committed Jun 14, 2020
1 parent 2880844 commit 405d5c5
Show file tree
Hide file tree
Showing 6 changed files with 1,967 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@romejs/compiler/lint/rules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ import jsxNoCommentText from "./react/jsxNoCommentText";
import jsxNoDuplicateProps from "./react/jsxNoDuplicateProps";
import jsxPascalCase from "./react/jsxPascalCase";
import noAccessStateInSetState from "./react/noAccessStateInSetState";
import noArrayIndexKey from "./react/noArrayIndexKey";
import noChildrenProp from "./react/noChildrenProp";
import noDanger from "./react/noDanger";
import noDangerWithChildren from "./react/noDangerWithChildren";
Expand Down Expand Up @@ -186,6 +187,7 @@ export const lintTransforms = [
jsxNoDuplicateProps,
jsxPascalCase,
noAccessStateInSetState,
noArrayIndexKey,
noChildrenProp,
noDanger,
noDangerWithChildren,
Expand Down
Loading

0 comments on commit 405d5c5

Please sign in to comment.