We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565b854 commit 752ca38Copy full SHA for 752ca38
.eslintrc.cjs
@@ -37,7 +37,7 @@ module.exports = {
37
files: ["**/*.ts"],
38
parser: "@typescript-eslint/parser",
39
rules: {
40
- // These off-/differently-configured-by-default rules work well for this repo and we like them on.
+ // These off-by-default rules work well for this repo and we like them on.
41
"jsdoc/informative-docs": "error",
42
"logical-assignment-operators": [
43
"error",
0 commit comments