@spotify/eslint-config-typescript
Advanced tools
Comparing version 6.2.0 to 7.0.0
@@ -6,2 +6,25 @@ # Change Log | ||
# [7.0.0](https://github.com/spotify/web-scripts/compare/v6.2.0...v7.0.0) (2020-04-28) | ||
* major release- 7.0.0 (#318) ([29509b4](https://github.com/spotify/web-scripts/commit/29509b4a52325080b7a38f3aeb41ce8ed82f04f5)), closes [#318](https://github.com/spotify/web-scripts/issues/318) [#314](https://github.com/spotify/web-scripts/issues/314) [#312](https://github.com/spotify/web-scripts/issues/312) [#310](https://github.com/spotify/web-scripts/issues/310) | ||
### BREAKING CHANGES | ||
* running web-scripts without arguments exits code 1 now instead of exiting 0 | ||
* prettier 2.0 may introduce breaking changes | ||
* prettier 2.0 may introduce breaking changes | ||
* improvement(web-scripts): make stylecheck and typecheck default for lint | ||
the lint script will now default typechecking and stylechecking to true by default. You may shut | ||
these off with `--no-typecheck` and `--no-stylecheck`. | ||
* Users who have projects incompatible with TypeScript checks or with projects that | ||
do not user prettier will now fail yarn lint. | ||
# [6.2.0](https://github.com/spotify/web-scripts/compare/v6.1.1...v6.2.0) (2020-04-04) | ||
@@ -8,0 +31,0 @@ |
{ | ||
"name": "@spotify/eslint-config-typescript", | ||
"version": "6.2.0", | ||
"version": "7.0.0", | ||
"license": "Apache-2.0", | ||
@@ -11,7 +11,4 @@ "description": "Spotify's ESLint config for TypeScript", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "web-scripts lint" | ||
}, | ||
"scripts": {}, | ||
"devDependencies": { | ||
"@spotify/web-scripts": "^6.2.0", | ||
"@typescript-eslint/eslint-plugin": "^2.14.0", | ||
@@ -32,3 +29,3 @@ "@typescript-eslint/parser": "^2.14.0", | ||
}, | ||
"gitHead": "50909bd1989565676cf1a3513acc1ae1003a0ee7" | ||
"gitHead": "5793686d099bc2e7f747c062d629d9309a91fa97" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18493
3