Skip to content

Commit

Permalink
tools: enable no-buffer-constructor lint rule
Browse files Browse the repository at this point in the history
PR-URL: #25261
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
cjihrig authored and targos committed Jan 1, 2019
1 parent 7dc4c3b commit ee43540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/.eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
rules:
prefer-object-spread: error
no-buffer-constructor: error
no-restricted-syntax:
# Config copied from .eslintrc.js
- error
Expand Down

0 comments on commit ee43540

Please sign in to comment.