Skip to content

Commit

Permalink
feat(blog): new article: Why another JavaScript linter?
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Nov 28, 2023
1 parent 374fb2f commit efc8f55
Show file tree
Hide file tree
Showing 9 changed files with 595 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/public/biome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
521 changes: 521 additions & 0 deletions website/public/blog/why-another-javascript-linter/index.ejs.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions website/public/deno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions website/public/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,14 @@ function getExtraIconAttributes(attributes) {
let icons = {
chocolatey: { path: "chocolatey.svg", alt: "Chocolatey" },
"arch-linux": { path: "arch-linux.svg", alt: "Arch Linux" },
biome: { path: "biome.svg", alt: "Biome" },
"cli-and-lsp-server": {
path: "gnome-terminal.svg",
alt: "CLI and LSP server",
},
codespaces: { path: "codespaces.png", alt: "GitHub Codespaces" },
debian: { path: "debian.svg", alt: "Debian" },
deno: { path: "deno.svg", alt: "Deno" },
emacs: { path: "emacs.svg", alt: "Emacs", disableSpritesheet: true },
github: { path: "github.svg", alt: "GitHub" },
homebrew: { path: "homebrew.svg", alt: "Homebrew" },
Expand Down
27 changes: 27 additions & 0 deletions website/public/license/biome.svg.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<p>MIT License</p>

<p>Copyright (c) 2023 Biome Developers and Contributors.</p>

<p>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
</p>

<p>
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
</p>

<p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</p>
27 changes: 27 additions & 0 deletions website/public/license/deno.svg.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<p>MIT License</p>

<p>Copyright (c) 2018-2023 the Deno authors</p>

<p>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
</p>

<p>
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
</p>

<p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</p>
2 changes: 2 additions & 0 deletions website/public/license/index.ejs.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,12 @@ <h2>Website</h2>
let path = await import("path");
let files = [
"../arch-linux.svg",
"../biome.svg",
"../blue-folder.svg",
"../chocolatey.svg",
"../codespaces.png",
"../debian.svg",
"../deno.svg",
"../dusty.svg",
"../emacs.svg",
"../gnome-terminal.svg",
Expand Down

0 comments on commit efc8f55

Please sign in to comment.