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': [
'error',
{
selector: 'interface',
selector: 'typeLike',
format: ['PascalCase'],
custom: {
regex: '^I[A-Z]',