aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 22:01:45 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 22:01:45 +0300
commitb2282f2cd154924314abeb11103d907e6f999a1e (patch)
tree933f549bbad2c223ca08830e86b017e974593388 /src
parentd1751228f2f845d59255ae17a78573f91fa6cd6e (diff)
downloadeslint-config-b2282f2cd154924314abeb11103d907e6f999a1e.tar.xz
eslint-config-b2282f2cd154924314abeb11103d907e6f999a1e.zip
feat(eslint): Rule "class-methods-use-this"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/default.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/default.json b/src/rules/default.json
index 52611ee..b8c2521 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -17,6 +17,9 @@
"allowSingleLine": false
}
],
+ "class-methods-use-this": [
+ "warn"
+ ],
"comma-dangle": [
"error",
"always-multiline"