mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 08:28:11 +08:00
Change Vue CLI's lint results from none to warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user