Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
build: add pre-commit package for linting
  • Loading branch information
KevinEady committed Oct 16, 2020
commit d04fb8bfef3d1b8f0510cf9bd23af19caab62c29
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
"bindings": "^1.5.0",
"clang-format": "^1.4.0",
"fs-extra": "^9.0.1",
"pre-commit": "^1.2.2",
"safe-buffer": "^5.1.1"
},
"directories": {},
Expand Down Expand Up @@ -305,5 +306,6 @@
"lint": "node scripts/clang-format.js",
"lint:fix": "git-clang-format"
},
"pre-commit": "lint",
"version": "3.0.2"
}