error for I prefixed interface names

Summary: {gif:kosnw403}

Reviewed By: mweststrate

Differential Revision: D33845782

fbshipit-source-id: 2b9bd70e3b2d930e8f4cd8fe7976ac76f43b2496
This commit is contained in:
Anton Kastritskiy
2022-01-31 05:33:49 -08:00
committed by Facebook GitHub Bot
parent a0368a8bbf
commit 75f874a5dd
5 changed files with 98 additions and 1 deletions

View File

@@ -159,7 +159,6 @@ To start Flipper against a specific OnDemand instance, set FB_ONDEMAND flag, e.g
## Guidelines for writing TypeScript
* Prefer `type` for React props and state over interfaces
* Dont prefix interfaces with `I`
* Install 3rd party type definitions as dev dependency (e.g. `yarn add @types/lodash --dev`)
## Submitting a diff / PR