1.0.1 • Published 1 year ago

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

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year 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