mirror of
https://github.com/FormidableLabs/react-fast-compare.git
synced 2026-01-18 16:13:59 +00:00
* Update contributing guidelines * Use tsc's project reference to isolate tests * Update our timeout call * Update docs surrounding new scripts * Remove compiled JS, do not generate on test * Add eslint-plugin-react * Run tslint in CI
19 lines
640 B
Markdown
19 lines
640 B
Markdown
<!--
|
|
|
|
For more information on any of the below, please see our Contributing guidelines:
|
|
https://github.com/FormidableLabs/react-fast-compare/blob/master/CONTRIBUTING.md#before-submitting-a-pr
|
|
|
|
-->
|
|
|
|
## Description
|
|
|
|
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
|
|
|
|
## Checklist:
|
|
|
|
- [ ] All tests are passing
|
|
- [ ] Type definitions, if updated, pass both `test-ts-defs` and `test-ts-usage`
|
|
- [ ] Benchmark performance has not significantly decreased
|
|
- [ ] Bundle size has not been significantly impacted
|
|
- [ ] The bundle size badge has been updated to reflect the new size
|