Typescript not supported latest channel
henrikrudstrom opened this issue ยท 5 comments
henrikrudstrom commented
Typescript not supported
Actual Behavior
running CODECLIMATE_DEBUG=1 codeclimate analyze -e eslint
produces these messages:
Module not supported: eslint-plugin-@typescript-eslint
Module not supported: @typescript-eslint/parser
Module not supported: @typescript-eslint/eslint-plugin
i see it was added to the eslint-5 branch. is there any reason not to add it to the latest branch as well?
stereodenis commented
Any updates on this?
stereodenis commented
davehenton commented
Sorry about the confusion with that.
For clarity, our ESLint-5 and ESLint-6 branches do support the above-mentioned typescript modules.
However, our default channel for ESLint (which runs ESLint 3.19.0) does not.
To move forward, you'll need to specify one of these newer versions of ESLint via your committed .codeclimate.yml, as seen in @stereodenis reply above.
stereodenis commented
@henrikrudstrom closing?
henrikrudstrom commented
thanks. yeah this can be closed.