This is a react starter which use TypeScript | Webpack5 | ESLint | Prettier | Sass
- add plugin
ESLINT、Prettierin VSCODE - you can change your vscode settings like this:
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
],
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false,
},
"[javascriptreact]": {
"editor.formatOnSave": false,
},
"[typescript]": {
"editor.formatOnSave": false,
},
"[typescriptreact]": {
"editor.formatOnSave": false,
},- add new branch (use babel-loader to compailer TypeScript)