Skip to content

Conversation

JoshuaKGoldberg
Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg commented Apr 25, 2020

PR Checklist

Overview

Instead of displaying a line-by-line list of missing plugins, this creates a copy&paste-able command for the detected package manager (npm, pnpm, or Yarn) by lock file, or npm by default.

...

❓ 1 rule does not yet have an ESLint equivalent ❓
  See generated log file; defaulting to eslint-plugin-tslint for it.

⚡ 6 packages are required for running with ESLint. ⚡
  npm install @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-plugin-import eslint-plugin-jsdoc eslint-plugin-prefer-arrow --save-dev

✅ All is well! ✅

Switches all converters to report plugins in the eslint-plugin- syntax, since they need to be installable by the package manager. I have a vague recollection of commenting on this / wanting it to be standardized recently but can't remember where. 🤷

},
plugins: ["@typescript-eslint"],
rules: {
"@typescript-eslint/require-array-sort-compare": "off",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These came up during development. Annoying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recommend npm or yarn installation commands for packages

1 participant