facebook / react-strict-dom

React Strict DOM (RSD) is a subset of React DOM, imperative DOM, and CSS that supports web and native targets
MIT License
3k stars 148 forks source link

eslint-plugin has incorrect `gap` long-form property names #80

Closed necolas closed 2 months ago

necolas commented 2 months ago

Describe the issue

https://github.com/facebook/react-strict-dom/blob/main/packages/eslint-plugin/src/valid-styles.js#L96C4-L97

Expected behavior

Correct property names in eslint-plugin

Steps to reproduce

Look at code in repo, see it is wrong

Test case

No response

Additional comments

No response