Skip to content

Commit

Permalink
Update the settings of the static analyzer [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jan 25, 2024
1 parent 035c05f commit d5161b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/eslint.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports = {
"no-restricted-imports": "off",
"no-restricted-properties": "off",
"no-restricted-syntax": "off",
"no-return-assign": "error",
"no-return-assign": "off",
"no-script-url": "error",
"no-sequences": "error",
"no-shadow": "off",
Expand Down

0 comments on commit d5161b4

Please sign in to comment.