@vertexvis/eslint-config-vertexvis-typescript
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -8,3 +8,2 @@ module.exports = { | ||
'plugin:prettier/recommended', | ||
'prettier/@typescript-eslint', | ||
], | ||
@@ -11,0 +10,0 @@ rules: { |
{ | ||
"name": "@vertexvis/eslint-config-vertexvis-typescript", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "The Vertex sharable ESLint config for TypeScript.", | ||
@@ -28,11 +28,11 @@ "license": "MIT", | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.14.1", | ||
"@typescript-eslint/parser": "^4.14.1", | ||
"@vertexvis/eslint-config-vertexvis": "0.6.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint-plugin-prettier": "^3.3.1" | ||
"@typescript-eslint/eslint-plugin": "^4.31.2", | ||
"@typescript-eslint/parser": "^4.31.2", | ||
"@vertexvis/eslint-config-vertexvis": "0.6.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.18.0", | ||
"typescript": "^4.1.3" | ||
"eslint": "^7.32.0", | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
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
8618
137
+ Added@vertexvis/eslint-config-vertexvis@0.6.1(transitive)
+ Addedeslint-config-prettier@8.10.0(transitive)
+ Addedeslint-plugin-prettier@4.2.1(transitive)
- Removed@vertexvis/eslint-config-vertexvis@0.6.0(transitive)
- Removedeslint-config-prettier@7.2.0(transitive)
- Removedeslint-plugin-prettier@3.4.1(transitive)