@spotify/eslint-config-typescript
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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', | ||
}, | ||
}; |
{ | ||
"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" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15257
31
0