Thanos Lint
A VSCode plugin for linting Thanos code
Features
- All features of vetur
- Thanos lint (@didi/eslint-plugin-thanos)
Install
- Search
Thanos Lint and install (VSCode extension store)
- Check your settings.json, if you have associate your '.vue' files with the
vetur extension, you should annotate it:
"files.associations": {
// "*.vue": "vue",
}
Base on
vetur https://github.com/vuejs/vetur
| |