Skip to content

Commit 52885ac

Browse files
committed
feat(@typescript-eslint): enable @typescript-eslint/naming-convention
1 parent 085ec68 commit 52885ac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

@typescript-eslint.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ const config = {
2727
'warn',
2828
{ private: '^_', protected: '^_' }
2929
],
30+
'@typescript-eslint/naming-convention': [
31+
'error'
32+
//
33+
],
3034
'@typescript-eslint/no-dynamic-delete': 'error',
3135
'@typescript-eslint/no-extra-non-null-assertion': 'error',
3236
'@typescript-eslint/no-extraneous-class': 'error',

0 commit comments

Comments
 (0)