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

feat(oxlint): add typescript/explicit-member-accessibility

This commit is contained in:
2026-04-21 08:18:39 +02:00
parent f984a43adc
commit a7f466fb55
+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",
{