@jenssimon/eslint-config-typescript
Advanced tools
Comparing version 3.3.4 to 3.4.0
@@ -59,2 +59,3 @@ module.exports = { | ||
], | ||
'@typescript-eslint/member-delimiter-style': 'error', | ||
'@typescript-eslint/naming-convention': [ | ||
@@ -61,0 +62,0 @@ 'error', |
{ | ||
"name": "@jenssimon/eslint-config-typescript", | ||
"version": "3.3.4", | ||
"version": "3.4.0", | ||
"description": "ESLint configuration for usage with TypeScript", | ||
@@ -18,7 +18,9 @@ "main": "index.js", | ||
"scripts": { | ||
"lint": "eslint --fix ./" | ||
"lint": "eslint --fix ./", | ||
"ci": "run-s \"ci:*\"", | ||
"ci:lint": "eslint ./" | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.12.1", | ||
"@typescript-eslint/parser": "^5.12.1", | ||
"@typescript-eslint/eslint-plugin": "^5.13.0", | ||
"@typescript-eslint/parser": "^5.13.0", | ||
"eslint-plugin-deprecation": "^1.3.2" | ||
@@ -29,3 +31,4 @@ }, | ||
"eslint": "8.10.0", | ||
"typescript": "4.5.5" | ||
"npm-run-all": "4.1.5", | ||
"typescript": "4.6.2" | ||
}, | ||
@@ -32,0 +35,0 @@ "peerDependencies": { |
1970652
8311
4
11