app: try using create-react-app without hoisting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user