Open
Description
It'd be nice to be able to ignore
specific deprecation warnings in no-deprecated-api
(see #183)
The core of the feature is already implemented in:
eslint-plugin-n/lib/rules/no-unsupported-features/node-builtins.js
Lines 41 to 52 in 85b7945
eslint-plugin-n/lib/util/check-unsupported-builtins.js
Lines 14 to 30 in 85b7945
eslint-plugin-n/lib/util/check-unsupported-builtins.js
Lines 99 to 103 in 85b7945