Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools,lib: tighten prefer-primordials rules for Error statics
PR-URL: #36017
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
aduh95 authored and Trott committed Nov 9, 2020
commit 8f954388ed80fd25fc74e0e10bc02e1691801a86
4 changes: 1 addition & 3 deletions lib/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ rules:
- name: Date
- name: Error
ignore:
- stackTraceLimit
- captureStackTrace
- prepareStackTrace
- isPrototypeOf
- stackTraceLimit
- name: EvalError
- name: Float32Array
- name: Float64Array
Expand Down