Skip to:
babel-eslint was deprecated after v10 and is no longer maintained. It has been replaced by @babel/eslint-parser. Migrating is necessary in order to continue enforcing code standards that use contemporary react features such as hooks.
Doing this has resulted in new ESLint errors that I can't fix now because we need the fix in play before I'm able to verify that the more strict prop-types that I will add don't cause JS-console errors. See https://github.com/folio-org/ui-courses/commit/73a20a4b5b6179077b98ad58200b1544e5aedf75
I will return to this when I can, but the actual work here is done.
babel-eslint was deprecated after v10 and is no longer maintained. It has been replaced by @babel/eslint-parser. Migrating is necessary in order to continue enforcing code standards that use contemporary react features such as hooks.