Skip to content

Add info about @typescript-eslint/eslint-plugin #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 30, 2019
Merged
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
25 changes: 13 additions & 12 deletions packages/gatsby/content/features/plugnplay.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,18 @@ The following compatibility table gives you an idea of the integration status wi

| Project name | Status | Note |
| ------------ | ------ | ---- |
| Babel | Native | Starting from `resolve` 1.9+ |
| Create-React-App | Native | Starting from 2.0+ |
| ESLint | Native | Some compatibility issues w/ shared configs |
| Gatsby | Native | No comment |
| Husky | Native | Starting from 2.6+ ([#511](https://github.com/typicode/husky/pull/511)), improvements are coming ([#510](https://github.com/typicode/husky/pull/510)) |
| Jest | Native | Starting from 24.1+ |
| Prettier | Native | Starting from 1.17+ |
| Rollup | Plugin | Via [`rollup-plugin-pnp-resolve`](https://github.com/arcanis/rollup-plugin-pnp-resolve) |
| TypeScript | Plugin | Via [PnPify](/advanced/pnpify), or Webpack and [`ts-loader`](https://github.com/arcanis/pnp-webpack-plugin#ts-loader-integration) |
| VSCode | Plugin | Via [PnPify](/advanced/pnpify#vscode-support) |
| Webpack | Plugin | Via [`pnp-webpack-plugin`](https://github.com/arcanis/pnp-webpack-plugin), will be native from 5+ onward |
| VSCode-ESLint | Broken | Work in progress over at [#496](https://github.com/microsoft/vscode-languageserver-node/issues/496) and [#601](https://github.com/microsoft/vscode-eslint/issues/601) |
| Babel | Native | Starting from `resolve` 1.9+ |
| Create-React-App | Native | Starting from 2.0+ |
| ESLint | Native | Some compatibility issues w/ shared configs |
| Gatsby | Native | No comment |
| Husky | Native | Starting from 2.6+ ([#511](https://github.com/typicode/husky/pull/511)), improvements are coming ([#510](https://github.com/typicode/husky/pull/510)) |
| Jest | Native | Starting from 24.1+ |
| Prettier | Native | Starting from 1.17+ |
| Rollup | Plugin | Via [`rollup-plugin-pnp-resolve`](https://github.com/arcanis/rollup-plugin-pnp-resolve) |
| TypeScript | Plugin | Via [PnPify](/advanced/pnpify), or Webpack and [`ts-loader`](https://github.com/arcanis/pnp-webpack-plugin#ts-loader-integration) |
| VSCode | Plugin | Via [PnPify](/advanced/pnpify#vscode-support) |
| Webpack | Plugin | Via [`pnp-webpack-plugin`](https://github.com/arcanis/pnp-webpack-plugin), will be native starting from 5+ |
| Typescript-Eslint | Workaround | Update the lockfile to add `typescript: "*"` into its `peerDependencies`. [`Relevant Issue`](https://github.com/typescript-eslint/typescript-eslint/issues/770) |
| VSCode-ESLint | Broken | Work in progress over at [#496](https://github.com/microsoft/vscode-languageserver-node/issues/496) and [#601](https://github.com/microsoft/vscode-eslint/issues/601) |

This list is kept up-to-date based on the latest release we've published starting from the v2. In case you notice something off in your own project please try to upgrade Yarn and the problematic package first, then feel free to an issue. And maybe a PR? 😊