1.0.1 • Published 2 years ago

eslint-plugin-onfido-capture-lint v1.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

Capture Lint

Custom lint rules for capture based projects

screen naming rule

Only in .tsx files:

  • All files that end with Screen must contain an export that has the same name as the file.
  • All files that contain an export that end with Screen must be named the same as the export.

More context here