Skip to content

Commit

Permalink
tools,lib: tighten prefer-primordials rules for Error statics
Browse files Browse the repository at this point in the history
PR-URL: #36017
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
aduh95 authored and targos committed Jun 11, 2021
1 parent c7751b4 commit 5f848a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/.eslintrc.yaml
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

0 comments on commit 5f848a6

Please sign in to comment.