shahnawaz/react-native-barcode-mask

Development enhancements

Opened this issue · 1 comments

Development enhancements:

  • Lint support
  • .editorconfig for IDE
  • Pre-commit hook for linting

@shahnawaz I would be happy to help set this up. Did you have any ideas as far as linting packages or a code style guide you would like to implement? I personally like to use eslint with Airbnb's linter package eslint-config-airbnb-base. Also, I have previously used Husky - Git Hooks for pre-commit hooks. If you are fine with this, I will create a pull request!