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

Compare commits

...

2 Commits

Author SHA1 Message Date
theoludwig a7f466fb55 feat(oxlint): add typescript/explicit-member-accessibility 2026-04-21 08:18:39 +02:00
theoludwig f984a43adc build(deps): update latest 2026-04-21 08:15:46 +02:00
3 changed files with 330 additions and 315 deletions
+1
View File
@@ -217,6 +217,7 @@
"typescript/adjacent-overload-signatures": "error",
"typescript/consistent-type-definitions": "error",
"typescript/consistent-type-imports": "error",
"typescript/explicit-member-accessibility": "error",
"typescript/explicit-function-return-type": [
"error",
{
+322 -308
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -75,18 +75,18 @@
}
},
"devDependencies": {
"@types/node": "25.5.2",
"globals": "17.4.0",
"@types/node": "25.6.0",
"globals": "17.5.0",
"editorconfig-checker": "6.1.1",
"oxlint": "1.59.0",
"@oxlint/migrate": "1.58.0",
"oxlint": "1.61.0",
"@oxlint/migrate": "1.61.0",
"eslint": "9.39.4",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "64.0.0",
"eslint-plugin-import-x": "4.16.2",
"typescript-eslint": "8.58.0",
"prettier": "3.8.1",
"typescript-eslint": "8.59.0",
"prettier": "3.8.3",
"semantic-release": "25.0.3",
"typescript": "6.0.2"
"typescript": "6.0.3"
}
}