@gossi/config-eslint
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -10,3 +10,10 @@ 'use strict'; | ||
// much concise | ||
'@typescript-eslint/prefer-optional-chain': 'error' | ||
'@typescript-eslint/prefer-optional-chain': 'error', | ||
'@typescript-eslint/no-confusing-void-expression': [ | ||
'error', | ||
{ | ||
ignoreArrowShorthand: true | ||
} | ||
] | ||
} | ||
@@ -13,0 +20,0 @@ }; |
{ | ||
"name": "@gossi/config-eslint", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"repository": "https://github.com/gossi/frontend-configs", | ||
@@ -63,3 +63,3 @@ "dependencies": { | ||
"prettier": "^3.2.5", | ||
"typescript": "^5.4.4" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -66,0 +66,0 @@ "engines": { |
51643
1626