Skip to content

Commit

Permalink
Remove deprecated no-duplicate-name-typedef eslint rule (#37233)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcebulko committed Dec 16, 2021
1 parent 03e84b4 commit ef76929
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ module.exports = {
'local/no-bigint': 2,
'local/no-deep-destructuring': 2,
'local/no-duplicate-import': 2,
'local/no-duplicate-name-typedef': 2,
'local/no-dynamic-import': 2,
'local/no-es2015-number-props': 2,
'local/no-export-side-effect': 2,
Expand Down
53 changes: 0 additions & 53 deletions build-system/eslint-rules/no-duplicate-name-typedef.js

This file was deleted.

0 comments on commit ef76929

Please sign in to comment.