Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# @oclif/plugin-legacy

⚠️ **This library has been deprecated.** ⚠️
oclif no longer supports the use of legacy plugins.

converts older style plugins to be compatible with oclif

[![Version](https://img.shields.io/npm/v/@oclif/plugin-legacy.svg)](https://npmjs.org/package/@oclif/plugin-legacy)
Expand Down
5 changes: 0 additions & 5 deletions eslint-suppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
"count": 1
}
},
"eslint.config.mjs": {
"n/no-unsupported-features/node-builtins": {
"count": 3
}
},
"src/index.ts": {
"@eslint-community/eslint-comments/require-description": {
"count": 1
Expand Down
Loading