sschmid 4 年之前
父节点
当前提交
d3d7324b1b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -94,7 +94,7 @@ module.exports = {
         "@typescript-eslint/typedef": [
             "error",
             {
-              // we could add this requirement for arrow parameters too,
+              // we could add this requirement for arrow (function) parameters too,
               //   but we have a lot of arrow parameters without types already (~25),
               //   and a lot of them look ugly and unnecessarily explicit with types,
               //   the type info is usually obvious there.