react-workspaces-playground
react-workspaces-playground copied to clipboard
typescript rule change and dependencies packages updated
- the following typescript has been turned off and causing project issues
'@typescript-eslint/prefer-as-const': 'off',
'@typescript-eslint/no-non-null-asserted-optional-chain': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-explicit-any': 'off'
- underlying dependencies of all project has been updated to the latest version to avoid deprecation