@@ -27,11 +27,6 @@ This rule reports the following deprecated API.
2727
2828- [ _ linklist] ( https://nodejs.org/docs/v8.0.0/api/deprecations.html#deprecations_dep0002_require_linklist )
2929- [ _ 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 )
3530- async_hooks
3631 - [ currentId] ( https://nodejs.org/dist/v8.2.0/docs/api/deprecations.html#deprecations_dep0070_async_hooks_currentid )
3732 - [ 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.
5954 - [ exists] ( https://nodejs.org/dist/v4.0.0/docs/api/fs.html#fs_fs_exists_path_callback )
6055 - [ lchmod] ( https://nodejs.org/dist/v8.0.0/docs/api/fs.html#fs_fs_lchmod_path_mode_callback )
6156 - [ 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 )
6457- globals
6558 - [ require.extensions] ( https://nodejs.org/dist/v0.12.0/docs/api/globals.html#globals_require_extensions )
6659 - [ GLOBAL] ( https://nodejs.org/api/deprecations.html#deprecations_dep0016_global_root )
@@ -196,10 +189,6 @@ This option can include the following values:
196189
197190- ` _linklist `
198191- ` _stream_wrap `
199- - ` assert.deepEqual `
200- - ` assert.equal `
201- - ` assert.notDeepEqual `
202- - ` assert.notEqual `
203192- ` async_hooks.currentId `
204193- ` async_hooks.triggerId `
205194- ` buffer.Buffer() `
@@ -224,8 +213,6 @@ This option can include the following values:
224213- ` fs.exists `
225214- ` fs.lchmod `
226215- ` fs.lchmodSync `
227- - ` fs.lchown `
228- - ` fs.lchownSync `
229216- ` http.createClient `
230217- ` module.Module.createRequireFromPath `
231218- ` module.createRequireFromPath `
0 commit comments