Skip to content

Commit bc69e34

Browse files
authored
Add all possible flat configuration extensions (#2017)
1 parent bd75b19 commit bc69e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ export namespace ESLintClient {
424424
synchronize: {
425425
fileEvents: [
426426
Workspace.createFileSystemWatcher('**/.eslintr{c.js,c.cjs,c.yaml,c.yml,c,c.json}'),
427-
Workspace.createFileSystemWatcher('**/eslint.config.js'),
427+
Workspace.createFileSystemWatcher('**/eslint.config.{js,mjs,cjs,ts,mts,cts}'),
428428
Workspace.createFileSystemWatcher('**/.eslintignore'),
429429
Workspace.createFileSystemWatcher('**/package.json')
430430
]

0 commit comments

Comments
 (0)