소스 검색

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: {