You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/gatsby-plugin-typescript/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -77,3 +77,9 @@ Visual Studio Code is very good in this regard.
77
77
78
78
In addition, you can see the instructions in [TypeScript-Babel-Starter](https://github.com/Microsoft/TypeScript-Babel-Starter)
79
79
for setting up a `type-check` task.
80
+
81
+
## ESLint
82
+
83
+
This plugin supports linting TSX with [typescript-eslint](https://typescript-eslint.io) using [Gatsby's default ESLint config](https://www.gatsbyjs.org/docs/eslint/). To enable linting TSX, install `typescript`.
0 commit comments