summaryrefslogtreecommitdiff
path: root/tools/eslint/lib/rules/handle-callback-err.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/lib/rules/handle-callback-err.js')
-rw-r--r--tools/eslint/lib/rules/handle-callback-err.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/eslint/lib/rules/handle-callback-err.js b/tools/eslint/lib/rules/handle-callback-err.js
index c6f464aa1b..e8c6d1b3b8 100644
--- a/tools/eslint/lib/rules/handle-callback-err.js
+++ b/tools/eslint/lib/rules/handle-callback-err.js
@@ -24,7 +24,7 @@ module.exports = {
]
},
- create: function(context) {
+ create(context) {
const errorArgument = context.options[0] || "err";