@@ -27,11 +27,6 @@ This rule reports the following deprecated API.
27
27
28
28
- [ _ linklist] ( https://nodejs.org/docs/v8.0.0/api/deprecations.html#deprecations_dep0002_require_linklist )
29
29
- [ _ stream_wrap] ( https://nodejs.org/docs/v12.0.0/api/deprecations.html#deprecations_dep0125_require_stream_wrap )
30
- - assert
31
- - [ deepEqual] ( https://nodejs.org/dist/v10.0.0/docs/api/assert.html#assert_assert_deepequal_actual_expected_message )
32
- - [ equal] ( https://nodejs.org/dist/v10.0.0/docs/api/assert.html#assert_assert_equal_actual_expected_message )
33
- - [ notDeepEqual] ( https://nodejs.org/dist/v10.0.0/docs/api/assert.html#assert_assert_notdeepequal_actual_expected_message )
34
- - [ notEqual] ( https://nodejs.org/dist/v10.0.0/docs/api/assert.html#assert_assert_notequal_actual_expected_message )
35
30
- async_hooks
36
31
- [ currentId] ( https://nodejs.org/dist/v8.2.0/docs/api/deprecations.html#deprecations_dep0070_async_hooks_currentid )
37
32
- [ triggerId] ( https://nodejs.org/dist/v8.2.0/docs/api/deprecations.html#deprecations_dep0071_async_hooks_triggerid )
@@ -59,8 +54,6 @@ This rule reports the following deprecated API.
59
54
- [ exists] ( https://nodejs.org/dist/v4.0.0/docs/api/fs.html#fs_fs_exists_path_callback )
60
55
- [ lchmod] ( https://nodejs.org/dist/v8.0.0/docs/api/fs.html#fs_fs_lchmod_path_mode_callback )
61
56
- [ lchmodSync] ( https://nodejs.org/dist/v8.0.0/docs/api/fs.html#fs_fs_lchmodsync_path_mode )
62
- - [ lchown] ( https://nodejs.org/dist/v8.0.0/docs/api/fs.html#fs_fs_lchown_path_uid_gid_callback )
63
- - [ lchownSync] ( https://nodejs.org/dist/v8.0.0/docs/api/fs.html#fs_fs_lchownsync_path_uid_gid )
64
57
- globals
65
58
- [ require.extensions] ( https://nodejs.org/dist/v0.12.0/docs/api/globals.html#globals_require_extensions )
66
59
- [ GLOBAL] ( https://nodejs.org/api/deprecations.html#deprecations_dep0016_global_root )
@@ -196,10 +189,6 @@ This option can include the following values:
196
189
197
190
- ` _linklist `
198
191
- ` _stream_wrap `
199
- - ` assert.deepEqual `
200
- - ` assert.equal `
201
- - ` assert.notDeepEqual `
202
- - ` assert.notEqual `
203
192
- ` async_hooks.currentId `
204
193
- ` async_hooks.triggerId `
205
194
- ` buffer.Buffer() `
@@ -224,8 +213,6 @@ This option can include the following values:
224
213
- ` fs.exists `
225
214
- ` fs.lchmod `
226
215
- ` fs.lchmodSync `
227
- - ` fs.lchown `
228
- - ` fs.lchownSync `
229
216
- ` http.createClient `
230
217
- ` module.Module.createRequireFromPath `
231
218
- ` module.createRequireFromPath `
0 commit comments