Skip to content

Commit 1b3b4b3

Browse files
committed
New rule: Disallow Symbol Constructor (no-new-symbol)
http://eslint.org/docs/2.0.0/rules/no-new-symbol
1 parent 0491608 commit 1b3b4b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"no-new-func": 2,
8686
"no-new-object": 2,
8787
"no-new-require": 2,
88+
"no-new-symbol": 2,
8889
"no-new-wrappers": 2,
8990
"no-obj-calls": 2,
9091
"no-octal": 2,

0 commit comments

Comments
 (0)