Created
February 24, 2020 23:05
-
-
Save manakuro/17dc6f4f0befcd88fd8d65eefc6a5f58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { useBabelRc, override, useEslintRc } = require('customize-cra') | |
module.exports = override( | |
useBabelRc(), | |
useEslintRc() | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment