Skip to content

akmalmzamri/airbnb-eslint-prettier-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Use

Description

This project is aimed to provide an empty VS Code project with easily installable ESLint and Prettier extensions that come with pre-configured AirBnB configuration. Both of these extensions is a must-have if you develop a web application that uses Javascript (front-end or back-end).

About Prettier and ESLint

  • Prettier is an opinionated code formatter. It supports many languages and integrates with most code editors
  • ESLint is a program that runs through your Javascript code and analyzes it for potential errors.

References

Requirements

  • Visual Studio Code

Installation

  1. Install both Prettier and ESLint extensions in VS Code

  2. Clone this repository by using the command:
    git clone https://github.com/akmalhakimi1991/airbnb-eslint-prettier-template.git

  3. Navigate into the cloned repository and run this command:
    npm install

  4. Happy coding =)

About

Empty VS Code project template with pre-installed ESLint and Prettier pre-configured with AirBnB configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published