@spotify/eslint-config-typescript
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -6,2 +6,12 @@ # Change Log | ||
# [3.0.0](https://github.com/spotify/web-scripts/compare/v2.1.0...v3.0.0) (2019-10-10) | ||
### Bug Fixes | ||
- **eslint-config:** Update typescript-eslint packages to ^2.2.0 ([bda6c5f](https://github.com/spotify/web-scripts/commit/bda6c5f)) | ||
### BREAKING CHANGES | ||
- **eslint-config:** Major version bump | ||
## [2.0.1](https://github.com/spotify/web-scripts/compare/v2.0.0...v2.0.1) (2019-09-27) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@spotify/eslint-config-typescript", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"license": "Apache-2.0", | ||
@@ -8,4 +8,4 @@ "description": "Spotify's ESLint config for TypeScript", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^1.11.0", | ||
"@typescript-eslint/parser": "^1.11.0", | ||
"@typescript-eslint/eslint-plugin": "^2.2.0", | ||
"@typescript-eslint/parser": "^2.2.0", | ||
"eslint": "^5.16.0" | ||
@@ -18,4 +18,4 @@ }, | ||
"peerDependencies": { | ||
"@typescript-eslint/eslint-plugin": ">=1.5 <2", | ||
"@typescript-eslint/parser": ">=1.5 <2", | ||
"@typescript-eslint/eslint-plugin": ">=2", | ||
"@typescript-eslint/parser": ">=2", | ||
"eslint": ">=5.x" | ||
@@ -29,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "00c52f7a166c7d1dce76d6f9deb67028c254bf7e" | ||
"gitHead": "311346865951ec520c1f5d3945770b1b43f7873b" | ||
} |
15544