New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@byzanteam/eslint-config-typescript

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byzanteam/eslint-config-typescript - npm Package Compare versions

Comparing version

to
1.2.2

4

package.json
{
"name": "@byzanteam/eslint-config-typescript",
"version": "1.2.1",
"version": "1.2.2",
"description": "Byzanteam sharable ESLint configuration for TypeScript.",

@@ -31,3 +31,3 @@ "main": "index.js",

},
"gitHead": "f63f35c3601909d1959c018c119c2a8b8733dd34"
"gitHead": "018b329d25531051e3fc76b0401bcc8aa8b51e36"
}

@@ -22,3 +22,3 @@ module.exports = {

'no-duplicate-imports': 'off',
'eslint/no-duplicate-imports': 'error',
'@typescript-eslint/no-duplicate-imports': 'error',
'no-empty-function': 'off',

@@ -25,0 +25,0 @@ '@typescript-eslint/no-empty-function': [