Clone this repo, pnpm install
, then use pnpm link
to link it to the project. Currently also requires installing all the plugins used as devDependencies.
Alternatively, could also run a registry container and install from there.
- should just work with .js, .ts, and jsx/tsx files.
- has support for testing with jest.
- supports linting json and yaml files.
- to be used (preferably) with prettier
- make installable via npm
- add a way to make it easier to use this without having to install literally 20 plugin dependencies eslint/eslint#3458
- possible solutions:
- https://github.com/mmkal/eslint-plugin-wrapper
- manually load all the plugins from within this project and export as a object
- possible solutions:
- squash(?) commits from before pushing to github
- add a way to make it easier to use this without having to install literally 20 plugin dependencies eslint/eslint#3458