Skip to content

Latest commit

 

History

History
113 lines (41 loc) · 1.44 KB

node.md

File metadata and controls

113 lines (41 loc) · 1.44 KB

Node

enforce return after a callback

✖ Disabled


require all requires be top-level

✓ Enabled (error)


enforces error handling in callbacks (node environment)

✖ Disabled


disallow mixing regular variable and require declarations

✖ Disabled


disallow use of new operator with the require function

✖ Disabled


disallow string concatenation with __dirname and __filename

✖ Disabled


disallow use of process.env

✖ Disabled


disallow process.exit()

✖ Disabled


restrict usage of specified node modules

✖ Disabled


disallow use of synchronous methods (off by default)

✖ Disabled