Skip to content

Commit

Permalink
Disallow assignment to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 29, 2020
1 parent bf0446a commit 67ad776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@

"node/handle-callback-err": ["error", "^(err|error)$" ],
"node/no-deprecated-api": "error",
"node/no-exports-assign": "error",
"node/no-new-require": "error",
"node/no-path-concat": "error",
"node/process-exit-as-throw": "error",
Expand Down

0 comments on commit 67ad776

Please sign in to comment.