Skip to content

Type Checker & Eslint Support

Compare
Choose a tag to compare
@IndexXuan IndexXuan released this 18 Jun 09:04
· 61 commits to main since this release

thanks to vite-plugin-checker & vite-plugin-eslint

  • vue-cli use fork-ts-checker-webpack-plugin(not support template block), vite-plugin-checker use vls, it is better. the errors overlay respect to devServer.overlay options.
  • vue-cli have lineOnSave options and we can infer and respect to it, vite-plugin-eslint like eslint-loader for webpack.

both vite-plugin-checker & vite-plugin-eslint working only for dev(serve) right now.