5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
/** @type {import('@vue/cli-service').ProjectOptions} */
|
|
module.exports = {
|
|
lintOnSave: false,
|
|
}
|