Skip to content

Commit

Permalink
Remove danger plugins and refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Garma00 committed Feb 10, 2023
1 parent 56f70ca commit ca269f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
"generated",
"**/__tests__/*",
"**/__mocks__/*",
"Dangerfile.*",
"*.d.ts"
],
parser: "@typescript-eslint/parser",
Expand Down
1 change: 0 additions & 1 deletion .funcignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ README.md
yarn.lock
jest.config.js
__*
Dangerfile.js
CODEOWNERS
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
},
"devDependencies": {
"@azure/functions": "^1.2.2",
"@pagopa/danger-custom-rules": "^2.0.3",
"@pagopa/eslint-config": "^1.3.1",
"@pagopa/openapi-codegen-ts": "^10.0.5",
"@types/azure-sb": "^0.0.38",
Expand All @@ -50,7 +49,6 @@
"@types/node-fetch": "^2.5.7",
"@types/vfile-message": "^2.0.0",
"auto-changelog": "2.2.1",
"danger": "^10.3.0",
"dependency-check": "^4.1.0",
"dotenv-cli": "^3.1.0",
"eslint-plugin-prettier": "^3.3.1",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"dist",
"node_modules",
"**/__tests__/*",
"Dangerfile.ts"
]
}
}

0 comments on commit ca269f0

Please sign in to comment.