Commit fa66dfc
committed
fix(attributes-to-props): fix lint error
After updating `eslint` from ^5.10.0 to ^6.0.0, the following
error appeared:
```
Disallow use of Object.prototypes builtins directly (no-prototype-builtins)
```
https://eslint.org/docs/rules/no-prototype-builtinsno-prototype-builtins
1 parent 8765ea9 commit fa66dfc
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments