Published npm CLI Tools
Three command-line tools published to npm: an ESLint config generator that produces a Prettier-compatible setup, a Stylelint equivalent, and a project initialiser. Small, open source, and used by people I have never met.
Overview
Three packages published under my npm account. eslintrc-generator asks a few questions and writes an .eslintrc that will not fight Prettier — which is the actual problem, because ESLint and Prettier disagreeing is a universal and universally annoying waste of an afternoon. stylelintrc-generator does the same for Stylelint, in TypeScript. aio-project-initializer scaffolds a project from those choices.
Why they are on this page
They are small, and most of what I build professionally is not public. These are: published, installable, and maintained under my own name. "Publishes developer tooling on npm" is a sentence a lot of engineers cannot write, and the scale of the packages does not change that.