feat(eslint): Rule "class-methods-use-this"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -17,6 +17,9 @@
|
||||
"allowSingleLine": false
|
||||
}
|
||||
],
|
||||
"class-methods-use-this": [
|
||||
"warn"
|
||||
],
|
||||
"comma-dangle": [
|
||||
"error",
|
||||
"always-multiline"
|
||||
|
Reference in New Issue
Block a user