0.0.4 • Published 8 months ago
@zohodesk/eslint-plugin-architecturerules v0.0.4
| Name | Description |
|---|---|
| import-dependencies-rule | Outer layer methods and objects should not used in inner layer. |
| spinal-case-folder-rule | Enforce folder name to be in spinal-case (kebab-case). |
| pascal-case-file-rule | Enforce file name to be in PascalCase. |
| no-external-library-rule | No External library used in Specific layers. |
| no-comments-rule | Disallow comments in source code. |
| no-unused-vars | Variables that are declared and not used anywhere in the code. |
| no-returnStatement-rule | Only return void. |
| exceed-lineCode-rule | Exceed Code Line. |
| no-defaultProps-rule | Disallow direct modification of props in React components. error. |
| should-implement-rule | Ensure classes either directly or indirectly implement the UseCase interface. |
| no-businessLogic-rule | Ensure That there is no Business logic . |
| define-property-schema | Define property schema. |
| snake-case-identifier | Identifier should be SNAKE_CASE. |
| type-should-be-constant | Type should be CONSTANT. |
| path-alias-rule | Avoid path alias. |
| no-nested-rule | Enforce specifying rules to disable in eslint-disable comments. |
| single-factory-rule | Single Factory Pattern. |
| no-react-hooksUsed-rule | Remove react Hooks in View Layer. |
| define-contract-schema-rule | Define property contract schema properly. Avoid any or object type. |
| method-not-invoke | Ensure That there is violated method not invoked. |
| avoid-deprecated-method | Avoid Using Deprecated Method" |
| avoid-local-state | Should have init method to create or update state. Avoid reassigning, manipulate or update state without native methods |
0.0.4-exp-16
8 months ago
0.0.4-exp-17
8 months ago
0.0.4-exp-18
8 months ago
0.0.4-exp-15
9 months ago
0.0.4-exp-14
9 months ago
0.0.4-exp-13
9 months ago
0.0.4-exp-11
10 months ago
0.0.4-exp-10
10 months ago
0.0.4-exp-8
11 months ago
0.0.4-exp-9
11 months ago
0.0.4-exp-4
1 year ago
0.0.4-exp-3
1 year ago
0.0.4-exp-7
1 year ago
0.0.4-exp-6
1 year ago
0.0.4-exp-5
1 year ago
0.0.4
1 year ago
0.0.4-exp-2
1 year ago
0.0.4-exp-1
1 year ago
0.0.3
1 year ago
0.0.2-exp-7
1 year ago
0.0.2-exp-8
1 year ago
0.0.2-exp-1
1 year ago
0.0.2-exp-2
1 year ago
0.0.2-exp-3
1 year ago
0.0.2-exp-4
1 year ago
0.0.2-exp-5
1 year ago
0.0.2-exp-6
1 year ago
0.0.2
1 year ago
0.0.1-exp-2
1 year ago
0.0.1
1 year ago
0.0.0-exp-0
1 year ago
0.0.0-exp-1
1 year ago
0.0.0
2 years ago