Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created February 24, 2020 23:05
Show Gist options
  • Save manakuro/17dc6f4f0befcd88fd8d65eefc6a5f58 to your computer and use it in GitHub Desktop.
Save manakuro/17dc6f4f0befcd88fd8d65eefc6a5f58 to your computer and use it in GitHub Desktop.
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