feat: update all CDN URLs (#4)
* feat: update all CDN URLs * feat: fix URL * chore: update CHANGELOG.md
This commit is contained in:
parent
7dd79765dc
commit
9f8b2c1402
96 changed files with 345 additions and 349 deletions
|
@ -4,7 +4,7 @@ excerpt: Electric boogaloo.
|
|||
tags: ["mdx", "development", "netlify", "eslint"]
|
||||
---
|
||||
|
||||
{% image "https://cdn.wonderfulfrog.com/v2lines.png", "A screenshot of GitHub showing the number of files changed. 7,664 lines added, 1,668 lines removed.", "That's a lot of lines!" %}
|
||||
{% image "https://cdn.wonderfulfrog.com/images/v2lines.png", "A screenshot of GitHub showing the number of files changed. 7,664 lines added, 1,668 lines removed.", "That's a lot of lines!" %}
|
||||
|
||||
Welcome to version 2.0! I've been working away at the site for a few weeks now. There have been plenty of changes under the hood, and the front-facing side of things look similar.
|
||||
|
||||
|
@ -68,10 +68,10 @@ I spent a lot of time making sure the developer experience (read: me) was enjoya
|
|||
|
||||
Some favourite packages of mine in no particular order:
|
||||
|
||||
* [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) Accessibility is important, and this will catch the easiest errors before it leaves the editor!
|
||||
* [eslint-plugin-simple-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) I like things being in alphabetical order. This took some extra configuration to get it *just right*. I'll share my config below.
|
||||
* [rehype-img-size](https://github.com/ksoichiro/rehype-img-size) Adds the width and height of any (local) image that is processed by `rehype`.
|
||||
* [rehype-slug](https://github.com/rehypejs/rehype-slug) Adds `id` tags to all Markdown headers.
|
||||
- [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) Accessibility is important, and this will catch the easiest errors before it leaves the editor!
|
||||
- [eslint-plugin-simple-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) I like things being in alphabetical order. This took some extra configuration to get it _just right_. I'll share my config below.
|
||||
- [rehype-img-size](https://github.com/ksoichiro/rehype-img-size) Adds the width and height of any (local) image that is processed by `rehype`.
|
||||
- [rehype-slug](https://github.com/rehypejs/rehype-slug) Adds `id` tags to all Markdown headers.
|
||||
|
||||
Simple sort `eslintrc` config:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue