Zearin

Results 108 issues of Zearin

Automatically generated by Netlify CMS

Automatically generated by Netlify CMS

I just used eslint’s `--fix` option for a single rule, `prefer-const`. **Rationale:** From the [`prefer-const`](https://eslint.org/docs/latest/rules/prefer-const) page: > If a variable is never reassigned, using the `const` declaration is better. >...

@zachleat Here’s a sample of JSDoc I added. I tried to be as terse as possible. The codebase is large, so I wanted to show you a sample of what...

@zachleat I’ve been trying to become familiar with the Eleventy codebase, and there are a number of things I’ve wondered about the code’s structure. Since v3 is on the horizon,...

Mainly wanted to add a little clarity to some code examples that did not specify whether the input was from a page or a component. I found myself reading and...

- Fix typos (it's ▶︎ its; and ▶︎ an) - Minor copy edit and formatting tweaks