diff --git a/devtools/.eslintrc.js b/devtools/.eslintrc.js index f6d846282030..564c147dff55 100644 --- a/devtools/.eslintrc.js +++ b/devtools/.eslintrc.js @@ -233,8 +233,8 @@ module.exports = { "no-fallthrough": "error", // Allow the use of leading or trailing decimal points in numeric literals. "no-floating-decimal": "off", - // Disallow comments inline after code. - "no-inline-comments": "error", + // Allow comments inline after code. + "no-inline-comments": "off", // Disallow if as the only statement in an else block. "no-lonely-if": "error", // Allow mixing regular variable and require declarations (not a node env).