Skip to content

Commit

Permalink
More care to avoid =+ typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 3, 2024
1 parent 8ebd6fe commit 8a39fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default [
"no-async-promise-executor": "warn",
"no-prototype-builtins": "warn",
"no-unused-vars": "warn",
"space-unary-ops": "error",
},
},
];

0 comments on commit 8a39fa9

Please sign in to comment.