Skip to content

Commit

Permalink
Add more deprecated Node.js modules to no-restricted-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 14, 2021
1 parent 23a5718 commit eafbd8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Expand Up @@ -189,7 +189,8 @@ module.exports = {

// Disabled for now as it causes too much churn
// TODO: Enable it in the future when I have time to deal with
// the churn and the rule is stable and has an autofixer
// the churn and the rule is stable and has an autofixer.
// Still doesn't have a fixer as of ESLint 7.24.0.
// 'require-unicode-regexp': 'error',

'wrap-iife': [
Expand Down Expand Up @@ -231,7 +232,9 @@ module.exports = {
'domain',
'freelist',
'smalloc',
'punycode',
'sys',
'querystring',
'colors'
],
'array-bracket-newline': [
Expand Down

0 comments on commit eafbd8f

Please sign in to comment.