Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update npm package to include changes in master in the file style-prop-object.js #2579

Closed
nathanredblur opened this issue Feb 25, 2020 · 1 comment

Comments

@nathanredblur
Copy link

I want to use the cahnges in "style-prop-object.js" I can see this get done two years ago but in the lattest releases this is not included https://github.com/yannickcr/eslint-plugin-react/blob/v7.18.3/lib/rules/style-prop-object.js

I'm working with Mapbox react component and I would like to use this configuration:

"react/style-prop-object": ['error', {
      "allow": ['Mapbox']
    }]

that you can found in the documentation: https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/style-prop-object.md

@ljharb
Copy link
Member

ljharb commented Feb 25, 2020

It's not actually done two years ago - that's just the date on the commit. The PR, #1819, was merged 11 days ago. It will be included in the next release.

@ljharb ljharb closed this as completed Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants