[筆記] React 18 + Vite + TypeScript + TailwindCSS + ESLint + Stylelint 整合環境架設

為了方便日後開發,仿照過往 Vue3 的作法整合了一個模版。不過意料之外的坑點不少,就順便記錄一下產出的過程。 內容 .vite.config.ts 1. 使用 Read More …

[筆記] TypeScript Eslint 解決 ES2015 module syntax is preferred over custom TypeScript modules and namespaces. 錯誤

若你有套用 ESLint 來規範你的程式碼寫法,當你在 *.ts 檔案中使用了 export namespace 的寫法,就會跳出 ES2015 module Read More …