@nerdwallet/shepherd
Advanced tools
Comparing version 1.9.4 to 1.10.0
@@ -0,1 +1,8 @@ | ||
# [1.10.0](https://github.com/NerdWalletOSS/shepherd/compare/v1.9.4...v1.10.0) (2020-08-14) | ||
### Features | ||
* migrate from tslint to eslint. ([#214](https://github.com/NerdWalletOSS/shepherd/issues/214)) ([866eeae](https://github.com/NerdWalletOSS/shepherd/commit/866eeaea29a7dc985d8b6e2c442327d091b7814b)) | ||
## [1.9.4](https://github.com/NerdWalletOSS/shepherd/compare/v1.9.3...v1.9.4) (2020-08-13) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@nerdwallet/shepherd", | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"description": "A utility for applying code changes across many repositories", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"fix-lint": "npm run lint -- --fix", | ||
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'", | ||
"lint": "eslint src/**/*.ts", | ||
"prepublishOnly": "npm run test && npm run build", | ||
@@ -74,6 +74,10 @@ "test": "jest --coverage src/" | ||
"@types/node": "^14.0.23", | ||
"@typescript-eslint/eslint-plugin": "^3.7.0", | ||
"@typescript-eslint/parser": "^3.7.0", | ||
"eslint": "^7.5.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.1", | ||
"jest": "^26.1.0", | ||
"semantic-release": "^17.1.1", | ||
"ts-jest": "^26.1.3", | ||
"tslint": "^6.1.2", | ||
"typescript": "^3.9.7" | ||
@@ -80,0 +84,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
181458
17