@jenssimon/eslint-config-typescript
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -6,2 +6,3 @@ module.exports = { | ||
// 'deprecation', | ||
'@delagen/deprecation', | ||
], | ||
@@ -25,2 +26,3 @@ settings: { | ||
// 'deprecation/deprecation': 'warn', | ||
'@delagen/deprecation/deprecation': 'warn', | ||
'func-call-spacing': 'off', | ||
@@ -27,0 +29,0 @@ 'no-shadow': 'off', |
{ | ||
"name": "@jenssimon/eslint-config-typescript", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "ESLint configuration for usage with TypeScript", | ||
@@ -21,5 +21,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.3.1", | ||
"@typescript-eslint/parser": "^5.3.1", | ||
"eslint-plugin-deprecation": "^1.2.1" | ||
"@delagen/eslint-plugin-deprecation": "^1.3.0", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0" | ||
}, | ||
@@ -29,3 +29,3 @@ "devDependencies": { | ||
"eslint": "^8.2.0", | ||
"typescript": "^4.4.4" | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "peerDependencies": { |
@@ -1,2 +0,2 @@ | ||
[![NPM version][npm-image]][npm-url] [![Downloads][npm-downloads-image]][npm-url] [![Dependencies][deps-image]][deps-url] [![star this repo][gh-stars-image]][gh-url] [![fork this repo][gh-forks-image]][gh-url] [![Build Status][travis-image]][travis-url] ![Code Style][codestyle-image] | ||
[![NPM version][npm-image]][npm-url] [![Downloads][npm-downloads-image]][npm-url] [![star this repo][gh-stars-image]][gh-url] [![fork this repo][gh-forks-image]][gh-url] [![Build Status][travis-image]][travis-url] ![Code Style][codestyle-image] | ||
@@ -25,5 +25,2 @@ # eslint-config-typescript | ||
[deps-url]: https://david-dm.org/jenssimon/eslint-config-typescript | ||
[deps-image]: https://badgen.net/david/dep/jenssimon/eslint-config-typescript | ||
[gh-url]: https://github.com/jenssimon/eslint-config-typescript | ||
@@ -30,0 +27,0 @@ [gh-stars-image]: https://badgen.net/github/stars/jenssimon/eslint-config-typescript |
127
9331
33
+ Added@delagen/eslint-plugin-deprecation@1.3.2(transitive)
+ Added@typescript-eslint/experimental-utils@5.3.1(transitive)
+ Added@typescript-eslint/scope-manager@5.3.1(transitive)
+ Added@typescript-eslint/types@5.3.1(transitive)
+ Added@typescript-eslint/typescript-estree@5.3.1(transitive)
+ Added@typescript-eslint/visitor-keys@5.3.1(transitive)
+ Addedeslint-utils@3.0.0(transitive)
+ Addedeslint-visitor-keys@2.1.0(transitive)
+ Addedtypescript@4.9.5(transitive)
- Removedeslint-plugin-deprecation@^1.2.1
- Removed@typescript-eslint/scope-manager@6.21.0(transitive)
- Removed@typescript-eslint/types@6.21.0(transitive)
- Removed@typescript-eslint/typescript-estree@6.21.0(transitive)
- Removed@typescript-eslint/utils@6.21.0(transitive)
- Removed@typescript-eslint/visitor-keys@6.21.0(transitive)
- Removedbrace-expansion@2.0.1(transitive)
- Removedeslint-plugin-deprecation@1.6.0(transitive)
- Removedminimatch@9.0.3(transitive)
- Removedts-api-utils@1.4.3(transitive)