Sfoglia il codice sorgente

feat(webapp): add typehint to config

Rotzbua 2 anni fa
parent
commit
b9c716152b
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 = {
 module.exports = {
   root: true,
   root: true,
   env: {
   env: {

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

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