Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spotify/eslint-config-typescript

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spotify/eslint-config-typescript - npm Package Compare versions

Comparing version 6.2.0 to 7.0.0

23

CHANGELOG.md

@@ -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 @@

9

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc