2018-08-21
2143
#vanilla javascript
Farley Reynolds
238
Aug 21, 2018 ⋅ 7 min read

4 options to help you get started linting your JavaScript

Farley Reynolds Writer at large.

Recent posts:

What using a screen reader taught me about real web accessibility

What using a screen reader taught me about real web accessibility

Read one developer’s detailed account of using a screen reader to learn more about a11y and build more accessible websites.

Sebastian Weber
Sep 25, 2025 ⋅ 29 min read
david turnbull claude code hacks

6 easy ways to level up Claude Code

Walk through six tips and tricks that help you level up Claude Code to move beyond simply entering prompts into a text box.

David Turnbull
Sep 24, 2025 ⋅ 5 min read

Choosing the right React Router v7 mode for your project

React Router v7 is now more than routing. This guide explains its three modes—declarative, data, and framework and how to choose the right one for your app.

Amazing Enyichi Agu
Sep 23, 2025 ⋅ 1 min read
CSS @function: Dynamic logic without Sass or JavaScript

CSS @function: Dynamic logic without Sass or JavaScript

CSS @function brings reusable logic to native CSS. Learn how to replace Sass and JavaScript utilities with native functions for typography, color, and fluid design.

Ikeh Akinyemi
Sep 22, 2025 ⋅ 4 min read
View all posts

One Reply to "4 options to help you get started linting your JavaScript"

  1. Ok, great overview..
    However, I wasted a few hours trying to figure out why the cmd to create the config file
    $ ./node_modules/.bin/eslint –init
    was NOT WORKING; Turns out this is another case of authors on Linux typically ignoring their Windows readers. Use backslashes if you are a Windows user and it will work for you. Don’t waste a few hours of your life like I did !

Leave a Reply