Change Vue CLI's lint results from none to warning

This commit is contained in:
Keavon Chambers
2021-03-28 01:31:52 -07:00
parent 6df42ed718
commit e784234d37
3 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const WasmPackPlugin = require("@wasm-tool/wasm-pack-plugin");
const path = require("path");
module.exports = {
lintOnSave: false,
lintOnSave: "warning",
chainWebpack: (config) => {
// Rust wasm bindgen https://github.com/rustwasm/wasm-bindgen
config