Skip to content

keesvanloenen/javascript-eslint-prettier-start

 
 

Repository files navigation

ESLint Prettier Starter

A starter project to enforce code-quality and formatting rules in your JavaScript code.

🚀 TypeScript for linting
✅ ESLint to keep your code in check
✨ Prettier to make stuff prettiest
🤘 VS code integration so you don't have to worry about all of this none-sense


Prerequisites

  1. Install LTS version of Nodejs: https://nodejs.org/
  2. Install VSCode: https://code.visualstudio.com/

Open start project in VSCode

  1. Install the recommended plugins if asked for.

  2. In menubar check File, Auto Save

  3. Install the dependencies:

    npm install

Inspired by

About

A starter project for javacript with eslint, prettier an typescript linting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.6%
  • HTML 43.7%
  • CSS 4.7%