@wanda-space/eslint-config
v1.1.2
Published
Share eslint config for wanda. This focuses on rules that can catch bugs and uses prettier for styling. It will use .prettierrc if it exists in the repo.
Downloads
10
Readme
@wanda-space/eslint-config
Share eslint config for wanda. This focuses on rules that can catch bugs and uses prettier for styling. It will use .prettierrc if it exists in the repo.
Installation
npx @wanda-space/eslint-config latest
Testing
To test local changes in a project we can use npm link.
- Enable linking in this project: Run
npm link
in this directory This is is only necessary to do once. - Link up the project you want to test in.
Run
npm link @wanda-space/eslint-config
in the project directory. This will be removed the next time you runnpm ci
.