mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-13 20:11:36 +00:00
Force interface name prefix
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
"@typescript-eslint/indent": ["error", 2],
|
"@typescript-eslint/indent": ["error", 2],
|
||||||
"@typescript-eslint/no-use-before-define": "off",
|
"@typescript-eslint/no-use-before-define": "off",
|
||||||
"@typescript-eslint/no-explicit-any": "off",
|
"@typescript-eslint/no-explicit-any": "off",
|
||||||
"@typescript-eslint/interface-name-prefix": "off",
|
"@typescript-eslint/interface-name-prefix": ["error", { "prefixWithI": "always" }],
|
||||||
"no-console": "warn"
|
"no-console": "warn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user