Skip to content

Commit

Permalink
Watch cjs eslint configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Aug 7, 2022
1 parent fd90302 commit 09b0ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LSP-eslint.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
// File watching functionality only works with "LSP-file-watcher-chokidar" package installed.
"file_watcher": {
"patterns": [
"**/.eslintr{c.js,c.yaml,c.yml,c,c.json}",
"**/.eslintr{c.js,c.cjs,c.yaml,c.yml,c,c.json}",
"**/.eslintignore",
"**/package.json",
]
Expand Down

0 comments on commit 09b0ca0

Please sign in to comment.