1
0
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2026-05-06 13:48:09 +02:00

Compare commits

..

3 Commits

3 changed files with 332 additions and 315 deletions
+3
View File
@@ -175,6 +175,8 @@
"typescript/require-await": "off", "typescript/require-await": "off",
"typescript/switch-exhaustiveness-check": "off", "typescript/switch-exhaustiveness-check": "off",
"typescript/ban-ts-comment": "off", "typescript/ban-ts-comment": "off",
"typescript/prefer-readonly-parameter-types": "off",
"typescript/strict-void-return": "off",
"no-unused-vars": [ "no-unused-vars": [
"error", "error",
{ {
@@ -215,6 +217,7 @@
"typescript/adjacent-overload-signatures": "error", "typescript/adjacent-overload-signatures": "error",
"typescript/consistent-type-definitions": "error", "typescript/consistent-type-definitions": "error",
"typescript/consistent-type-imports": "error", "typescript/consistent-type-imports": "error",
"typescript/explicit-member-accessibility": "error",
"typescript/explicit-function-return-type": [ "typescript/explicit-function-return-type": [
"error", "error",
{ {
+322 -308
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -75,18 +75,18 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@types/node": "25.5.2", "@types/node": "25.6.0",
"globals": "17.4.0", "globals": "17.5.0",
"editorconfig-checker": "6.1.1", "editorconfig-checker": "6.1.1",
"oxlint": "1.59.0", "oxlint": "1.61.0",
"@oxlint/migrate": "1.58.0", "@oxlint/migrate": "1.61.0",
"eslint": "9.39.4", "eslint": "9.39.4",
"eslint-plugin-promise": "7.2.1", "eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "64.0.0", "eslint-plugin-unicorn": "64.0.0",
"eslint-plugin-import-x": "4.16.2", "eslint-plugin-import-x": "4.16.2",
"typescript-eslint": "8.58.0", "typescript-eslint": "8.59.0",
"prettier": "3.8.1", "prettier": "3.8.3",
"semantic-release": "25.0.3", "semantic-release": "25.0.3",
"typescript": "6.0.2" "typescript": "6.0.3"
} }
} }