Skip to content

Commit

Permalink
Remove rule link comments
Browse files Browse the repository at this point in the history
They are too verbose.
  • Loading branch information
remcohaszing committed Aug 14, 2024
1 parent 26297b0 commit 0485e97
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 3,192 deletions.
96 changes: 0 additions & 96 deletions core/deprecated.js
Original file line number Diff line number Diff line change
@@ -1,121 +1,25 @@
/**
* These rules have been deprecated in accordance with the
* [deprecation policy](https://eslint.org/docs/user-guide/rule-deprecation), and replaced by newer
* rules.
*/
module.exports = {
/**
* https://eslint.org/docs/latest/rules/callback-return
*/
'callback-return': 'off',

/**
* https://eslint.org/docs/latest/rules/global-require
*/
'global-require': 'off',

/**
* https://eslint.org/docs/latest/rules/handle-callback-err
*/
'handle-callback-err': 'off',

/**
* https://eslint.org/docs/latest/rules/id-blacklist
*/
'id-blacklist': 'off',

/**
* https://eslint.org/docs/latest/rules/indent-legacy
*/
'indent-legacy': 'off',

/**
* https://eslint.org/docs/latest/rules/lines-around-directive
*/
'lines-around-directive': 'off',

/**
* https://eslint.org/docs/latest/rules/newline-after-var
*/
'newline-after-var': 'off',

/**
* https://eslint.org/docs/latest/rules/newline-before-return
*/
'newline-before-return': 'off',

/**
* https://eslint.org/docs/latest/rules/no-buffer-constructor
*/
'no-buffer-constructor': 'off',

/**
* https://eslint.org/docs/latest/rules/no-catch-shadow
*/
'no-catch-shadow': 'off',

/**
* https://eslint.org/docs/latest/rules/no-mixed-requires
*/
'no-mixed-requires': 'off',

/**
* https://eslint.org/docs/latest/rules/no-native-reassign
*/
'no-native-reassign': 'off',

/**
* https://eslint.org/docs/latest/rules/no-negated-in-lhs
*/
'no-negated-in-lhs': 'off',

/**
* https://eslint.org/docs/latest/rules/no-new-require
*/
'no-new-require': 'off',

/**
* https://eslint.org/docs/latest/rules/no-path-concat
*/
'no-path-concat': 'off',

/**
* https://eslint.org/docs/latest/rules/no-process-env
*/
'no-process-env': 'off',

/**
* https://eslint.org/docs/latest/rules/no-process-exit
*/
'no-process-exit': 'off',

/**
* https://eslint.org/docs/latest/rules/no-restricted-modules
*/
'no-restricted-modules': 'off',

/**
* https://eslint.org/docs/latest/rules/no-spaced-func
*/
'no-spaced-func': 'off',

/**
* https://eslint.org/docs/latest/rules/no-sync
*/
'no-sync': 'off',

/**
* https://eslint.org/docs/latest/rules/prefer-reflect
*/
'prefer-reflect': 'off',

/**
* https://eslint.org/docs/latest/rules/require-jsdoc
*/
'require-jsdoc': 'off',

/**
* https://eslint.org/docs/latest/rules/valid-jsdoc
*/
'valid-jsdoc': 'off'
}
Loading

0 comments on commit 0485e97

Please sign in to comment.