feat: adding linter for commits

This commit is contained in:
Carlos Gutierrez
2021-11-22 09:39:27 -06:00
commit 2c7c117aa1
3093 changed files with 1215197 additions and 0 deletions

32
node_modules/opencollective-postinstall/package.json generated vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "opencollective-postinstall",
"version": "2.0.3",
"description": "Lightweight npm postinstall message to invite people to donate to your collective",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opencollective/opencollective-postinstall.git"
},
"files": [
"index.js"
],
"bin": "index.js",
"keywords": [
"opencollective",
"donation",
"funding",
"sustain"
],
"author": "Xavier Damman (@xdamman)",
"license": "MIT",
"bugs": {
"url": "https://github.com/opencollective/opencollective-postinstall/issues"
},
"homepage": "https://github.com/opencollective/opencollective-postinstall#readme",
"devDependencies": {
"jest": "^26.0.1"
}
}