|
3 | 3 | Douglas Crockford |
4 | 4 | douglas@crockford.com |
5 | 5 |
|
6 | | -2020-11-06 |
| 6 | +## v2021.5.21 |
7 | 7 |
|
8 | 8 | ## Status |
9 | 9 | | Branch | [master](https://github.com/jslint-org/jslint/tree/master) | [beta](https://github.com/jslint-org/jslint/tree/beta) | [alpha](https://github.com/jslint-org/jslint/tree/alpha)| |
10 | 10 | |--:|:--:|:--:|:--:| |
11 | 11 | | CI | [](https://github.com/jslint-org/jslint/actions?query=branch%3Amaster) | [](https://github.com/jslint-org/jslint/actions?query=branch%3Abeta) | [](https://github.com/jslint-org/jslint/actions?query=branch%3Aalpha)| |
12 | 12 | | Coverage | [](https://jslint-org.github.io/jslint/branch.master/.build/coverage/index.html) | [](https://jslint-org.github.io/jslint/branch.beta/.build/coverage/index.html) | [](https://jslint-org.github.io/jslint/branch.alpha/.build/coverage/index.html)| |
13 | | -| Demo | [<img src="https://jslint-org.github.io/jslint/icon-window-maximize-regular.svg" height="30">](https://jslint-org.github.io/jslint/branch.master/index.html) | [<img src="https://jslint-org.github.io/jslint/icon-window-maximize-regular.svg" height="30">](https://jslint-org.github.io/jslint/branch.beta/index.html) | [<img src="https://jslint-org.github.io/jslint/icon-window-maximize-regular.svg" height="30">](https://jslint-org.github.io/jslint/branch.alpha/index.html)| |
14 | | -| Artifacts | [<img src="https://jslint-org.github.io/jslint/icon-folder-open-solid.svg" height="30">](https://github.com/jslint-org/jslint/tree/gh-pages/branch.master/.build) | [<img src="https://jslint-org.github.io/jslint/icon-folder-open-solid.svg" height="30">](https://github.com/jslint-org/jslint/tree/gh-pages/branch.beta/.build) | [<img src="https://jslint-org.github.io/jslint/icon-folder-open-solid.svg" height="30">](https://github.com/jslint-org/jslint/tree/gh-pages/branch.alpha/.build)| |
| 13 | +| Demo | [<img src="image-window-maximize-regular.svg" height="30">](https://jslint-org.github.io/jslint/branch.master/index.html) | [<img src="image-window-maximize-regular.svg" height="30">](https://jslint-org.github.io/jslint/branch.beta/index.html) | [<img src="image-window-maximize-regular.svg" height="30">](https://jslint-org.github.io/jslint/branch.alpha/index.html)| |
| 14 | +| Artifacts | [<img src="image-folder-open-solid.svg" height="30">](https://github.com/jslint-org/jslint/tree/gh-pages/branch.master/.build) | [<img src="image-folder-open-solid.svg" height="30">](https://github.com/jslint-org/jslint/tree/gh-pages/branch.beta/.build) | [<img src="image-folder-open-solid.svg" height="30">](https://github.com/jslint-org/jslint/tree/gh-pages/branch.alpha/.build)| |
15 | 15 |
|
16 | 16 | ## Live Web Demo |
17 | 17 | - [https://jslint-org.github.io/jslint/index.html](https://jslint-org.github.io/jslint/index.html) |
18 | 18 |
|
19 | | -[](https://jslint-org.github.io/jslint/index.html) |
| 19 | +[](https://jslint-org.github.io/jslint/index.html) |
20 | 20 |
|
21 | 21 | ## Description |
22 | 22 | `jslint.js` contains the jslint function. It parses and analyzes a source file, |
@@ -51,18 +51,3 @@ This applies to programming as well. Conforming to a consistent style improves |
51 | 51 | readability, and frees you to express yourself in ways that matter. JSLint here |
52 | 52 | plays the part of a stern but benevolent editor, helping you to get the style |
53 | 53 | right so that you can focus your creative energy where it is most needed. |
54 | | - |
55 | | -## Changelog Since v2020.11.6 |
56 | | -- add files .gitconfig, Daley-Bold.woff2, Programma-Bold.woff2, icon-folder-open-solid.svg, icon-window-maximize-regular.svg |
57 | | -- ci - fix http-links after moving to jslint-org |
58 | | -- doc - migrate file README to README.md with embedded ci links and screenshots. |
59 | | -- ci - add macos and windows to ci-matrix. |
60 | | -- ci - ci now fails if jslint-check fails for any of the files in branches. |
61 | | -- ci - add github-workflows to generate code-coverage for jslint.js. |
62 | | -- none |
63 | | - |
64 | | -## Todo |
65 | | -- ci - allow pr to run ci |
66 | | -- doc - add svg package-listing. |
67 | | -- ci - add regression tests and improve code-coverage. |
68 | | -- none |
0 commit comments