-
- Downloads

chore(automation): Applying changes from upstream repository.

... | ... | @@ -50,14 +50,14 @@ |
}, | ||
"optionalDependencies": {}, | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "latest", | ||
"eslint-config-strict-mode": "latest", | ||
"git-cz-emoji": "latest", | ||
"handlebars-helpers": "latest", | ||
"prettier": "^2.4.1", | ||
"prettier-config-sexy-mode": "latest", | ||
"semantic-release-config": "latest", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.5.5", | ||
"@commitlint/config-conventional": "latest", | ||
"handlebars-helpers": "latest" | ||
}, | ||
"keywords": [ | ||
"accelerated", | ||
... | ... | @@ -117,9 +117,7 @@ |
"showAuthor": true | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
], | ||
"extends": [], | ||
"helpUrl": "https://megabyte.space/docs/contributing/commits" | ||
}, | ||
"eslintConfig": { | ||
... | ... |
Please register or sign in to comment