Skip to content

Commit 5565622

Browse files
committed
fix: no need to turn off member-delimiter-style as it's auto-fixable
1 parent b6df0ce commit 5565622

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

recommended.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = {
1818
rules: {
1919
'@typescript-eslint/no-empty-interface': 'off',
2020
'@typescript-eslint/no-explicit-any': 'off',
21-
'@typescript-eslint/member-delimiter-style': 'off',
2221
'@typescript-eslint/no-unused-vars': 'off'
2322
}
2423
}

0 commit comments

Comments
 (0)