diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 3720f478..10c01d36 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -23,5 +23,17 @@ module.exports = { '@typescript-eslint/no-floating-promises': 'error', "vue/no-multiple-template-root": "off", "vue/no-v-for-template-key": "off", - } + "vue/multi-word-component-names": "off",//TODO: 삭제 + }, + settings: { + 'import/resolver': { + alias: { + map: [ + ['@', './hwe/ts'], + ['@util', './hwe/ts/util'], + ['@scss', './hwe/scss'], + ] + } + } + }, } \ No newline at end of file diff --git a/f_install/install.php b/f_install/install.php index 83902b44..27c46db6 100644 --- a/f_install/install.php +++ b/f_install/install.php @@ -1,200 +1,187 @@ +