confluenza / confluenza

Flexible Markdown Documentation
https://confluenza.online
MIT License
2 stars 1 forks source link

eslint-config-react-app has some troubles #47

Open marcinczenko opened 2 years ago

marcinczenko commented 2 years ago

We needed to remove the following from package.json in demo-component-navigator workspace:

"eslintConfig": {
    "extends": "react-app"
},

There is some work in progress in eslint-config-react-app and so we need to back-off for a moment.

We were using eslint-config-react-app v6 and now I have tried the following:

"eslint-config-react-app": "7.0.0-next.91",
"eslint-plugin-flowtype": "^8.0.3",

Seems like eslint-plugin-flowtype is awaiting some updates to support eslint v8.

marcinczenko commented 2 years ago

Seems like eslint-config-react-app is no longer needed as it is included by default by create-react-app.