Skip to content

Conversation

janraasch
Copy link

Had to update eslint and babel-eslint to get npm test to pass.

See jsx-eslint/eslint-plugin-react#217

By the way, an easy way to get rid of the deprecation warning for the time being is simply to add

    "jsx-quotes": [
      2, "prefer-double"
    ],
    "react/jsx-quotes": 0

to ones local .eslintrc file.

Had to update eslint and babel-eslint to get `npm test` to pass.
@janraasch
Copy link
Author

Whoops, just saw that this duplicates #518 and #514. But this also includes a passing test suite :). Of course, feel free to close this, if you are inclined to do so. And if so, sorry for the noise...

@justjake
Copy link
Collaborator

Hopefully 0.1.0 resolved this! Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants