You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Seemed to have messed up configuration last release; fixing. I was following
instructions in the console, so not sure how I ended up down the wrong path.
* Refactored some of the code to help support the future path of having partial
linting.
* Added some tests after the refactor. I could still use more tests around
release documents, but I don't know how to drive those from tesets currently.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Press F1 or CTRL+P (or CMD+P) and type out `> ext install travisthetechie.write-
12
12
13
13
`write-good.write-good-config` is a direct pass through to the underlying [write-good](https://github.com/btford/write-good) engine. To enable eprime check and disable check for so at the start of sentance, add `"write-good.write-good-config": { "eprime": true, "so": false }` to your settings.
14
14
15
+
`write-good.only-lint-on-save` disables linting during editing for large files. A save triggers linting.
16
+
15
17
## License and acknowledgements
16
18
17
19
This is licensed under the MIT open source license. Do what you want with this software, just include notice that it orginated with me.
0 commit comments