react-workspaces-playground icon indicating copy to clipboard operation
react-workspaces-playground copied to clipboard

typescript rule change and dependencies packages updated

Open Jagatmachines opened this issue 5 years ago • 0 comments

  • 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

Jagatmachines avatar Jul 20 '20 09:07 Jagatmachines