Skip to content

Commit 09b0ca0

Browse files
committed
Watch cjs eslint configuration files
1 parent fd90302 commit 09b0ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LSP-eslint.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
// File watching functionality only works with "LSP-file-watcher-chokidar" package installed.
120120
"file_watcher": {
121121
"patterns": [
122-
"**/.eslintr{c.js,c.yaml,c.yml,c,c.json}",
122+
"**/.eslintr{c.js,c.cjs,c.yaml,c.yml,c,c.json}",
123123
"**/.eslintignore",
124124
"**/package.json",
125125
]

0 commit comments

Comments
 (0)