dustinspecker / eslint-plugin-no-use-extend-native

ESLint plugin to prevent use of extended native objects
MIT License
56 stars 4 forks source link

Any advice on using with react-native #135

Closed Acetyld closed 1 month ago

Acetyld commented 11 months ago

Any advice on using with react-native, i tried but so many rules collided like " to ' and ' to "

dustinspecker commented 1 month ago

I know this almost a year later, but I'm not sure how this rule would collide with rules enforcing single or double quotes.

I'm going to close this issue, but please feel free to re-open with examples.