@byzanteam/eslint-config-typescript
Advanced tools
Comparing version
{ | ||
"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': [ |
9747
0.12%