Quick access to CDN links for the eslint-config-react-app package
npm install eslint-config-react-appyarn add eslint-config-react-apppnpm add eslint-config-react-app<script src="https://fastly.jsdelivr.net/npm/eslint-config-react-app"></script><script src="https://unpkg.com/eslint-config-react-app"></script><script type="module">
import eslintconfigreactapp from 'https://cdn.jsdelivr.net/npm/eslint-config-react-app/+esm';
</script><script type="module">
import eslintconfigreactapp from 'https://cdn.skypack.dev/eslint-config-react-app';
</script>