File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ module.exports = {
216
216
'no-new-func' : ERROR ,
217
217
'no-new-object' : ERROR ,
218
218
'no-new-require' : ERROR ,
219
+ 'no-new-symbol' : ERROR ,
219
220
'no-obj-calls' : ERROR ,
220
221
'no-octal' : ERROR ,
221
222
'no-octal-escape' : ERROR ,
@@ -258,9 +259,11 @@ module.exports = {
258
259
] ,
259
260
'no-useless-call' : ERROR ,
260
261
'no-useless-concat' : ERROR ,
262
+ 'no-useless-constructor' : ERROR ,
261
263
'no-void' : ERROR ,
262
264
'no-warning-comments' : OFF ,
263
265
'no-with' : ERROR ,
266
+ 'no-whitespace-before-property' : WARN ,
264
267
'object-curly-spacing' : [
265
268
ERROR ,
266
269
'always' ,
@@ -303,6 +306,7 @@ module.exports = {
303
306
{ before : false , after : true } ,
304
307
] ,
305
308
'sort-vars' : OFF ,
309
+ 'sort-imports' : OFF ,
306
310
'space-after-keywords' : OFF ,
307
311
'space-before-blocks' : [
308
312
ERROR ,
You can’t perform that action at this time.
0 commit comments