Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 1917d1a

Browse files
Do not cause conflict with prefer-reflect
1 parent 3d572b7 commit 1917d1a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

environments/nodejs/best-practices.js

-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ module.exports = {
4040
// specifically for the method suffix "Sync" (as is the convention with Node.js operations).
4141
'no-sync': 1,
4242

43-
// Suggest using Reflect methods where applicable
44-
// This rule should be enabled per environment because not all environments might have support
45-
// for the Reflect API.
46-
'prefer-reflect': 0,
47-
4843
// Disallow process.env
4944
// This rule is aimed at discouraging use of process.env to avoid global dependencies throughout
5045
// the project's codebase.

0 commit comments

Comments
 (0)