vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tslint?

ZwapKillrath opened this issue · comments

Probably a stupid question. But we use TSlint and only have the tslint.json file. Can we use the eslint-plugin-vuetify settings here somehow?

commented

No, this depends on eslint-plugin-vue and vue-eslint-parser. You can do the opposite though by using eslint-plugin-typescript instead of tslint, or a combination of tslint for ts and eslint for vue templates.

Tslint gets deprecated and merged with eslint

palantir/tslint#4534

commented

Yeah that too