codeclimate / codeclimate-eslint

Code Climate Engine for ESLint
MIT License
95 stars 93 forks source link

jsx-multiline eslint-config-airbnb #353

Closed chrisjbrown closed 6 years ago

chrisjbrown commented 6 years ago

code climate build error

/usr/src/app/lib/validate_config.js:17
        throw e;
        ^

Error: /usr/local/node_modules/eslint-config-airbnb/rules/react.js:
    Configuration for rule "react/jsx-wrap-multilines" is invalid:
    Value "data["0"].arrow" has additional properties.

codeclimate.yml

  eslint:
    enabled: true
    channel: "eslint-3"

eslintrc

  "extends": [
    "react-app",
    "eslint-config-airbnb"
  ],
toddmazierski commented 6 years ago

Hi, @chrisjbrown! Sorry for the very delayed response.

I'm having trouble reproducing the error message you're seeing—are you still able to? If yes, do you mind providing a few additional details?

Is this project you're working on open-source? I'd like to inspect the .codeclimate.yml and .eslint files in full. Also, are you seeing this error on the web site or with the CLI?

Thanks!

chrisjbrown commented 6 years ago

I've been helped by code climate support with this. Still experiencing some issues but they are better described in this issue now.

https://github.com/codeclimate/codeclimate-eslint/issues/361