Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2022-02-01 01:29:54 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2022-02-03 08:00:03 +0300
commit8432f73724cefb21850f0e471191e23f4eb7e3a6 (patch)
treeb3d1aff5578cb2ba15ffbc0c92f2548125473c75 /.eslintrc.js
parentd7614ddd3c39c9c2b8442db8cf3beb3f21226651 (diff)
tools,test: enable no-prototype-builtins
PR-URL: https://github.com/nodejs/node/pull/41801 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 829dfd1997f..24c62e79502 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -297,7 +297,6 @@ module.exports = {
// ESLint recommended rules that we disable
'no-empty': 'off',
'no-inner-declarations': 'off',
- 'no-prototype-builtins': 'off',
// JSDoc recommended rules that we disable
'jsdoc/require-jsdoc': 'off',