Fix selector

This commit is contained in:
Sidharth Vinod
2024-01-31 14:27:46 +05:30
parent 7aa4466b69
commit e9680e086e

View File

@@ -66,7 +66,7 @@ module.exports = {
'@typescript-eslint/naming-convention': [ '@typescript-eslint/naming-convention': [
'error', 'error',
{ {
selector: 'interface', selector: 'typeLike',
format: ['PascalCase'], format: ['PascalCase'],
custom: { custom: {
regex: '^I[A-Z]', regex: '^I[A-Z]',