Chore: react native quality config 70.1.0

  • Update the dependencies of the quality config to work with React Native 70.1
  • Add additional eslint rules based on the frontend-quality-config
  • Update the README to describe the steps need to be made for using the package
  • Update the versioning of the package to follow the versioning of React Native
  • Add LICENSE file

Notable changes:

  • prettier, husky, lint-staged and used eslint plugins need to be added to the specific project explicitly, they're not working anymore as transitive dependencies
  • remove tsconfig.json file because no additional changes need to be made to it
  • remove check-dev-env script for checking the node version
  • update gitlab CI pipeline and add required scripts

Merge request reports

Loading