/launcher

front end project template

Primary LanguageJavaScript

Front End code style quick start

Feature

  • 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, run prettier rule as individual ESLint issues. Notes

Purpose

reduce the time that spend on initial project and share the same config in multiple project.

Use

launcher

References