Skip to content

Commit

Permalink
[docs] Include in docs directive to silence eslint erroneous warning (
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot authored Jan 27, 2021
1 parent b04f55f commit 3fc9c85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Create a `config-overrides.js` file in the root directory:

```js
/* config-overrides.js */
/* eslint-disable react-hooks/rules-of-hooks */
const { useBabelRc, override } = require('customize-cra');

module.exports = override(useBabelRc());
Expand Down

0 comments on commit 3fc9c85

Please sign in to comment.