mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
feat: add @typescript-eslint/unbound-method
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
14d3e0ba30
commit
4115843cc1
@ -252,6 +252,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"@typescript-eslint/method-signature-style": "error",
|
"@typescript-eslint/method-signature-style": "error",
|
||||||
|
"@typescript-eslint/unbound-method": "error",
|
||||||
"@typescript-eslint/naming-convention": [
|
"@typescript-eslint/naming-convention": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user