스크립트 기반을 WebPack + Babel + TypeScript + Vue3으로 변경 #191

Merged
Hide_D merged 122 commits from ts_convert into devel 2021-09-09 01:00:43 +09:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 460c131c1e - Show all commits
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = {
parserOptions: {
"project": "./tsconfig.json"
},
ignorePatterns: ['*.test.ts', '.eslintrc.js', 'webpack.config.js', '*.js'],
ignorePatterns: ['*.test.ts', '.eslintrc.cjs', 'webpack.config.cjs', '*.js'],
overrides: [{
files: ['*.ts', '*.tsx'],
}],
+2 -1
View File
@@ -15,6 +15,7 @@
},
"author": "Hide_D",
"license": "MIT",
"type": "module",
"dependencies": {
"@types/downloadjs": "^1.4.2",
"@types/select2": "^4.0.54",
@@ -62,4 +63,4 @@
"pre-commit": [
"lint"
]
}
}