Skip to content

Instantly share code, notes, and snippets.

View paulmathis's full-sized avatar

Paul Mathis paulmathis

View GitHub Profile
@paulmathis
paulmathis / package.json
Created October 25, 2018 14:44
Starter package.json with pre-commit linter
{
"name": "pre-commit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./ --fix"
},
"husky": {