File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ Beta release.
15
15
* CLI: The ` --stdin ` option (and ` - ` ) no longer search for configuration files
16
16
in the current working directory. Use the ` --path-for-config-search ` option to
17
17
approximate the old behavior.
18
+ * Emacs: For scratch buffers, the Flycheck and Flymake plugins no longer
19
+ search for configuration files.
20
+ * Vim: For unnamed buffers, the ALE plugin no longer searches for configuration
21
+ files in the current working directory's parent and ancestors. Name the buffer
22
+ using the ` :file ` command if you want a configuration file to take effect.
18
23
19
24
### Added
20
25
@@ -35,6 +40,8 @@ Beta release.
35
40
` collect-copyright `
36
41
* Building quick-lint-js no longer fails if a directory called ` brew ` exists
37
42
anywhere in ` $PATH `
43
+ * Various crashes given invalid JavaScript no longer happen (implemented by
44
+ [ wagner riffel] [ ] )
38
45
39
46
## 0.3.0 (2021-07-02)
40
47
You can’t perform that action at this time.
0 commit comments