0.0.0 • Published 7 years ago

@shaaditech/eslint-plugin-shaadireact v0.0.0

Weekly downloads
45
License
MIT
Repository
-
Last release
7 years ago

@shaaditech/eslint-plugin-shaadireact

A collection of linter rules specific to the shaadi.com's react architecture.

Rules

  • shaaditech/controller-import Rule to make check if your action or component is importing the right controller for calling api.(get|post|put|patch|delete).

For example, it will show an error if you call api.get('/profile/:id', () => {}) but you either dont import any controllers or if the controllers you imported dont have get /profile/:id route registered i.e. Router.get('/profile/:id', controller).

0.0.0-alpha.3

7 years ago

0.0.0-alpha.2

7 years ago

0.0.0-alpha.1

7 years ago

0.0.0-alpha.0

7 years ago

0.0.0

7 years ago