Skip to content

Commit 8797f17

Browse files
authored
Move global down
1 parent 89c4cf6 commit 8797f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/* global BigInt */
21
/**
32
* Copyright (c) Facebook, Inc. and its affiliates.
43
*
54
* This source code is licensed under the MIT license found in the
65
* LICENSE file in the root directory of this source tree.
76
*/
87

8+
/* global BigInt */
99
/* eslint-disable no-for-of-loops/no-for-of-loops */
1010

1111
'use strict';

0 commit comments

Comments
 (0)