codeclimate / codeclimate-eslint

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

Add eslint-plugin-vue-split-by-script-lang #557

Closed kmathmann closed 2 years ago

kmathmann commented 2 years ago

Adds the eslint plugin eslint-plugin-vue-split-by-script-lang.

We need this plugin to be able to lint a vue codebase with both typescript and javascript vue files. Without the plugin, it's not possible to add typescript rules just for .vue files that contain typescript.

I followed the steps in CONTRIBUTING.md to add the package and test the changes.

fede-moya commented 2 years ago

@kmathmann this should be available starting tomorrow 👍🏼

fede-moya commented 2 years ago

@kmathmann could you let me know once you give a try, please