You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every file in my repository gets the same error reported by the github-CI version of codeclimate. But not by my local version. The error is: Parsing error: Invalid ecmaVersion.
Expected Behavior
I set up the eslintrc and codeclimate.yml correctly I think; I tried with different channels: 7 and 8, tried with different eslint versions, and different settings of ecmaVersion in the .eslint.rc
It is expected that there is no issue with the ecmaVersion.
It is very strange that on my local build of codeclimate the error does not appear but on github it does. It would be expected that this would be similar.
Steps to reproduce
Setup: Vue3 + Vite
eslint version: 7.6.0, 7.32.0 or 8.20
If possible, use our CLI with the debug option to provide additional info, including any stderr produced by the engine.CODECLIMATE_DEBUG=1 codeclimate analyze -e eslint
Bug Template
Actual Behavior
Every file in my repository gets the same error reported by the github-CI version of codeclimate. But not by my local version. The error is:
Parsing error: Invalid ecmaVersion.
Expected Behavior
I set up the eslintrc and codeclimate.yml correctly I think; I tried with different channels: 7 and 8, tried with different eslint versions, and different settings of ecmaVersion in the .eslint.rc
It is expected that there is no issue with the ecmaVersion.
It is very strange that on my local build of codeclimate the error does not appear but on github it does. It would be expected that this would be similar.
Steps to reproduce
Setup: Vue3 + Vite
eslint version: 7.6.0, 7.32.0 or 8.20
Relevant links
ipfs-search/dweb-search-frontend#214
The text was updated successfully, but these errors were encountered: