- a preset
.gitignore
for the Front End. - use
.editorconfig
for end of line and indent. - use
.prettierrc.js
for fomarting. - use
.eslintrc.js
for catching bugs. eslint-config-prettier
to disable all formatting-related ESLint rules.- (Optional)
eslint-plugin-prettier
, runprettier
rule as individual ESLint issues. Notes
reduce the time that spend on initial project and share the same config in multiple project.
launcher