Skip to content

Commit

Permalink
Allow ++ expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniTroid committed Jan 29, 2024
1 parent 7ad4e92 commit 61de17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
plugins: ['@typescript-eslint'],
rules: {
"indent": ["warn", 4, { "SwitchCase": 1 }],
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }],
"no-plusplus": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off"
},
Expand Down

0 comments on commit 61de17a

Please sign in to comment.