Skip to content

Commit

Permalink
feat: add first test on opened PR
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Feb 23, 2020
1 parent 6a427e7 commit bf856df
Show file tree
Hide file tree
Showing 33 changed files with 5,306 additions and 3,959 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -12,7 +12,7 @@
"@pob/eslint-config-typescript-react"
],
"settings": {
"import/core-modules": ["@octokit/webhooks", "@octokit/rest", "express"]
"import/core-modules": ["@octokit/webhooks", "express"]
},
"rules": {
"@typescript-eslint/camelcase": [
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -14,7 +14,6 @@ yarn-error.log*

/.env
/.env.ornikar
/fixtures
/private_key

#*
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,7 @@
{
"search.exclude": {
"**/node_modules": false,
"**/node_modules___": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit bf856df

Please sign in to comment.