@jenssimon/eslint-config-typescript
Advanced tools
Comparing version
13
index.js
@@ -5,2 +5,3 @@ module.exports = { | ||
'@typescript-eslint', | ||
'@stylistic/ts', | ||
'deprecation', | ||
@@ -40,3 +41,3 @@ ], | ||
'@typescript-eslint/array-type': 'error', | ||
'@typescript-eslint/brace-style': ['error', '1tbs', { allowSingleLine: true }], | ||
'@stylistic/ts/brace-style': ['error', '1tbs', { allowSingleLine: true }], | ||
'@typescript-eslint/consistent-type-imports': [ | ||
@@ -50,4 +51,4 @@ 'error', | ||
'@typescript-eslint/explicit-member-accessibility': 'error', | ||
'@typescript-eslint/func-call-spacing': ['error'], | ||
'@typescript-eslint/indent': [ | ||
'@stylistic/ts/func-call-spacing': ['error'], | ||
'@stylistic/ts/indent': [ | ||
'error', | ||
@@ -63,3 +64,3 @@ 2, | ||
], | ||
'@typescript-eslint/member-delimiter-style': ['error', { | ||
'@stylistic/ts/member-delimiter-style': ['error', { | ||
multiline: { | ||
@@ -111,3 +112,3 @@ delimiter: 'none', | ||
'@typescript-eslint/prefer-reduce-type-parameter': 'error', | ||
'@typescript-eslint/type-annotation-spacing': 'error', | ||
'@stylistic/ts/type-annotation-spacing': 'error', | ||
}, | ||
@@ -123,3 +124,3 @@ overrides: [ | ||
'@typescript-eslint/explicit-module-boundary-types': 'off', | ||
'@typescript-eslint/indent': 'off', | ||
'@stylistic/ts/indent': 'off', | ||
}, | ||
@@ -126,0 +127,0 @@ }, |
{ | ||
"name": "@jenssimon/eslint-config-typescript", | ||
"version": "5.2.46", | ||
"version": "5.3.0", | ||
"description": "ESLint configuration for usage with TypeScript", | ||
@@ -29,2 +29,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@stylistic/eslint-plugin-ts": "^2.6.1", | ||
"@typescript-eslint/eslint-plugin": "^8.0.0", | ||
@@ -31,0 +32,0 @@ "@typescript-eslint/parser": "^8.0.0", |
8194
0.43%155
0.65%6
20%+ Added
+ Added