/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.
You need a working copy of npm, the package manager that comes bundled with Node.js.
Using npm, install ESLint:
npm install -g [email protected]
Within a git repository, run the following command:
curl -s https://raw.githubusercontent.com/reactorcore/pomander/master/bin/install | bash
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.