Skip to content

Commit

Permalink
feat: code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsimundra committed Aug 11, 2021
1 parent c317998 commit 4a4efbb
Show file tree
Hide file tree
Showing 3 changed files with 4,613 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .sfdevrc.json

This file was deleted.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"docs": "sf-docs",
"format": "sf-format",
"lint": "sf-lint",
"prepack": "sf-build",
"prepack": "sf-prepack",
"pretest": "sf-compile-test",
"test": "sf-test"
},
Expand All @@ -35,20 +35,28 @@
"chai": "^4.2.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-salesforce": "^0.1.7",
"eslint-config-salesforce": "^0.1.6",
"eslint-config-salesforce-license": "^0.1.6",
"eslint-config-salesforce-typescript": "^0.2.8",
"eslint-config-salesforce-typescript": "^0.2.7",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "^35.1.2",
"eslint-plugin-prefer-arrow": "^1.2.1",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.3.8",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^3.1.0",
"sinon": "10.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.1.3"
},
"husky": {
"hooks": {
"commit-msg": "sf-husky-commit-msg",
"pre-commit": "sf-husky-pre-commit",
"pre-push": "sf-husky-pre-push"
}
}
}
Loading

0 comments on commit 4a4efbb

Please sign in to comment.