Skip to content

Commit 4fd2635

Browse files
fix: allow plusplus
1 parent 517b196 commit 4fd2635

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/builtin/stylistic-issues.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,7 @@ export const rules: Linter.Config["rules"] = {
131131
"no-negated-condition": "off",
132132
"no-nested-ternary": "off",
133133
"no-new-object": "error",
134-
"no-plusplus": [
135-
"error",
136-
{
137-
allowForLoopAfterthoughts: true,
138-
},
139-
],
134+
"no-plusplus": "off",
140135
"no-restricted-syntax": [
141136
"error",
142137
{

0 commit comments

Comments
 (0)