mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-13 20:39:38 +02:00
Fix selector
This commit is contained in:
@@ -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]',
|
||||||
|
Reference in New Issue
Block a user