Skip to content

hackreactor/pomander-precourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Pomander

/pōˈmandər,ˈpōˌmandər/ (noun) - a ball or perforated container of sweet-smelling substances such as herbs and spices, placed in a closet, drawer, or codebase to perfume the air or (formerly) carried as a supposed protection against infection.

System Requirements

You need a working copy of npm, the package manager that comes bundled with Node.js.

Using npm, install ESLint:

npm install -g eslint@6.8.0

Installation

Within a git repository, run the following command:

curl -s https://raw.githubusercontent.com/hackreactor/pomander-precourse/master/bin/install | bash

Usage

Pomander uses a pre-commit hook to run staged JavaScript files through ESLint before each commit.

ESLint is a popular linter that checks your code for syntax and style errors. By default, ESLint only checks for syntax errors. To create a more robust rule-set, you need to set up ESLint in your project

To skip Pomander, commit with the --no-verify option.

About

Linting tool for the Precourse Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages