Skip to content

Commit 00bdb0d

Browse files
committed
fix: esLintPlugin extensions
1 parent a46a472 commit 00bdb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ module.exports = {
187187
plugins: [
188188
isDevelopment && new ReactRefreshWebpackPlugin(),
189189
new ESLintPlugin({
190-
extensions: ['js', 'ts']
190+
extensions: ['js', 'jsx', 'ts', 'tsx']
191191
}),
192192
new ForkTsCheckerWebpackPlugin(),
193193
new webpack.ProgressPlugin(),

0 commit comments

Comments
 (0)