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 2.0.0 to 2.0.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [2.0.1](https://github.com/spotify/web-scripts/compare/v2.0.0...v2.0.1) (2019-09-27)
### Bug Fixes
- **eslint-config-typescript:** add no-useless-constructor override ([72c6651](https://github.com/spotify/web-scripts/commit/72c6651))
# [2.0.0](https://github.com/spotify/web-scripts/compare/v1.4.0...v2.0.0) (2019-09-23)

@@ -8,0 +14,0 @@

@@ -24,3 +24,9 @@ module.exports = {

'@typescript-eslint/no-unused-vars': 'warn',
// no-useless-constructor interference fix.
'no-useless-constructor': 'off',
'@typescript-eslint/no-useless-constructor': 'error',
// semi interference fix.
'semi': 'off',
'@typescript-eslint/semi': 'warn',
},
};

4

package.json
{
"name": "@spotify/eslint-config-typescript",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",

@@ -27,3 +27,3 @@ "description": "Spotify's ESLint config for TypeScript",

},
"gitHead": "9dd526f4e042f1b0bda6eb58203e25e6eb5a9831"
"gitHead": "00c52f7a166c7d1dce76d6f9deb67028c254bf7e"
}
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