app: try using create-react-app without hoisting

This commit is contained in:
Patrik Oldsberg
2020-03-09 22:45:44 +01:00
parent a60cc0aaac
commit 246e5b70c7
4 changed files with 351 additions and 259 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module.exports = {
parser: '@typescript-eslint/parser', // Specifies the ESLint parser
extends: [
// Extend on the config used in `react-scripts`
require.resolve('eslint-config-react-app'),
require.resolve('react-scripts/node_modules/eslint-config-react-app'),
// If you want extra rules/extensions, it can be added here:
// 'plugin:react/recommended', // Uses the recommended rules from @eslint-plugin-react
// 'plugin:@typescript-eslint/recommended', // Uses the recommended rules from @typescript-eslint/eslint-plugin