Skip to content

Commit 418f4ee

Browse files
committed
[eslint-plugin-react-hooks] Fixed typo (RuleOfHooks -> RulesOfHooks)
1 parent 1724285 commit 418f4ee

File tree

1 file changed

+2
-2
lines changed
  • packages/eslint-plugin-react-hooks/src

1 file changed

+2
-2
lines changed

packages/eslint-plugin-react-hooks/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
'use strict';
99

10-
import RuleOfHooks from './RulesOfHooks';
10+
import RulesOfHooks from './RulesOfHooks';
1111
import ExhaustiveDeps from './ExhaustiveDeps';
1212

1313
export const rules = {
14-
'rules-of-hooks': RuleOfHooks,
14+
'rules-of-hooks': RulesOfHooks,
1515
'exhaustive-deps': ExhaustiveDeps,
1616
};

0 commit comments

Comments
 (0)