Skip to content

Commit

Permalink
Configure no-setter-return
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Mar 12, 2021
1 parent eb4d5b2 commit f4fde1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -36,6 +36,7 @@ const possibleErrors = {
// sinon has this solution: https://github.com/sinonjs/commons/tree/master/lib/prototypes
"no-prototype-builtins": "off",
"no-regex-spaces": "error",
"no-setter-return": "error",
"no-sparse-arrays": "error",
"no-template-curly-in-string": "off",
"no-unexpected-multiline": "error",
Expand Down

0 comments on commit f4fde1c

Please sign in to comment.