mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 08:22:35 +00:00
Force interface name prefix
This commit is contained in:
parent
ad45be5e7b
commit
1b89efd288
@ -15,7 +15,7 @@
|
||||
"@typescript-eslint/indent": ["error", 2],
|
||||
"@typescript-eslint/no-use-before-define": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/interface-name-prefix": "off",
|
||||
"@typescript-eslint/interface-name-prefix": ["error", { "prefixWithI": "always" }],
|
||||
"no-console": "warn"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user