34 lines
1014 B
Plaintext
34 lines
1014 B
Plaintext
---
|
|
alwaysApply: true
|
|
---
|
|
Each file should contain this as header
|
|
/*
|
|
* File: FILE_NAME.tsx
|
|
* Description: Main chat screen component
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
|
|
file footer
|
|
/*
|
|
* End of File: ChatScreen.tsx
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
and it should add proper comments in the file for better understanding the flow.
|
|
should follow rule file while generating code.Each file should contain this as header
|
|
/*
|
|
* File: FILE_NAME.tsx
|
|
* Description: Main chat screen component
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
|
|
file footer
|
|
/*
|
|
* End of File: ChatScreen.tsx
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
and it should add proper comments in the file for better understanding the flow.
|
|
should follow rule file while generating code. |