0.1.8 • Published 3 years ago
@barelyhuman/setup-eslint v0.1.8
setup-eslint
CLI Wrapper to clone my eslint setup
Not everything needs to be inside a package, since most of it then needs to be manually disabled or needs hacks to remove.
It's easier to modify the original eslint config. Hence, this.
Usage
npx @barelyhuman/setup-eslintNote: This will override your
.eslintrcfile so make sure you create a backup file if you are running this in an ongoing projectNote: This is written to work with prettier and turns off most of what is handled by prettier. So, you can have
formatOnSaveandfixAllboth turned on when working with this setup.