浏览代码

feat(webapp): add typehint to config

Rotzbua 2 年之前
父节点
当前提交
b9c716152b
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      www/webapp/.eslintrc.js
  2. 1 0
      www/webapp/vue.config.js

+ 1 - 0
www/webapp/.eslintrc.js

@@ -1,3 +1,4 @@
+/** @type {import('eslint').Linter.Config} */
 module.exports = {
   root: true,
   env: {

+ 1 - 0
www/webapp/vue.config.js

@@ -1,3 +1,4 @@
+/** @type {import('@vue/cli-service').ProjectOptions} */
 module.exports = {
   configureWebpack: {
     devServer: {